aboutsummaryrefslogtreecommitdiff
path: root/converters/py-unidecode
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.04.9Jason Helfman2012-02-213-9/+6
| | | | | | | | | | | | | | | | | | | | | | | From ChangeLog: 2011-09-23 unidecode 0.04.9 * Fixed Python 2.5 installation issue. 2011-09-22 unidecode 0.04.8 * License change to GPL to fit better with other Python modules and to remove the issue of depending on Perl for licensing terms. * Always return a string object on Python 2.x. Before this patch, unidecode() returned a unicode object on Python 2.x if the input was a unicode object that contained ASCII characters. Behaviour on Python 3.x remains unchanged. (thanks to Wesley Yarde) PR: ports/165344 Submitted by: maintainer, douglas@douglasthrift.net Notes: svn path=/head/; revision=292019
* - Update to 0.04.7Frederic Culot2011-04-052-3/+3
| | | | | | | | PR: ports/156190 Submitted by: Douglas William Thrift <douglas AT douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=272230
* Upgrade to 0.04.6Vanilla I. Shu2011-02-183-4/+9
| | | | | | | | | PR: ports/154856 Submitted by: maintainer Feature safe: yes Notes: svn path=/head/; revision=269307
* - Update to 0.04.5Sunpoet Po-Chuan Hsieh2010-10-162-4/+4
| | | | | | | | | | | | Changes: * Unit test fixes. PR: ports/151483 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Approved by: pgollucci (mentor, implicit) Notes: svn path=/head/; revision=263097
* - Update to 0.04.4Wen Heping2010-10-133-544/+559
| | | | | | | | PR: ports/151417 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=262939
* - Update to 0.04.3Li-Wen Hsu2010-01-172-4/+4
| | | | | | | | PR: ports/142899 Submitted by: Douglas William Thrift <douglas AT douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=248009
* - Add one more site in MASTER_SITESLi-Wen Hsu2009-11-211-0/+1
| | | | | | | | PR: ports/140744 Submitted by: Douglas William Thrift <douglas AT douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=244586
* What Unidecode provides is a function, 'unidecode(...)' thatMartin Wilke2009-11-044-0/+578
takes Unicode data and tries to represent it in ASCII characters (i.e., the universally displayable characters between 0x00 and 0x7F). The representation is almost always an attempt at *transliteration* -- i.e., conveying, in Roman letters, the pronunciation expressed by the text in some other writing system. (See the example above) WWW: http://code.zemanta.com/tsolc/unidecode/ PR: ports/139858 Submitted by: Douglas Thrift Notes: svn path=/head/; revision=243771