| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Jan 2013 07:36:57
0.04.12
|
culot  |
- Update to 0.04.12
PR: ports/175667
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) |
21 Jan 2013 07:55:03
0.04.11
|
culot  |
- Update to 0.04.11
PR: ports/175463
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) |
02 Dec 2012 05:35:21
0.04.10
|
rm  |
- update to 0.04.10
- trim Makefile header
- fix plist for python >= 32
PR: 174036
Submitted by: rm (myself)
Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Feature safe: yes |
21 Feb 2012 21:36:11
0.04.9
|
jgh  |
- Update to 0.04.9
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 |
05 Apr 2011 06:20:43
0.04.7
|
culot  |
- Update to 0.04.7
PR: ports/156190
Submitted by: Douglas William Thrift <douglas AT douglasthrift.net>
(maintainer) |
18 Feb 2011 06:16:45
0.04.6
|
vanilla  |
Upgrade to 0.04.6
PR: ports/154856
Submitted by: maintainer
Feature safe: yes |
16 Oct 2010 14:44:17
0.04.5
|
sunpoet  |
- Update to 0.04.5
Changes:
* Unit test fixes.
PR: ports/151483
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Approved by: pgollucci (mentor, implicit) |
13 Oct 2010 02:35:02
0.04.4
|
wen  |
- Update to 0.04.4
PR: ports/151417
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) |
17 Jan 2010 05:56:05
0.04.3
|
lwhsu  |
- Update to 0.04.3
PR: ports/142899
Submitted by: Douglas William Thrift <douglas AT douglasthrift.net>
(maintainer) |
21 Nov 2009 10:32:59
0.04.2
|
lwhsu  |
- Add one more site in MASTER_SITES
PR: ports/140744
Submitted by: Douglas William Thrift <douglas AT douglasthrift.net>
(maintainer) |
04 Nov 2009 14:37:37
0.04.2
|
miwi  |
What Unidecode provides is a function, 'unidecode(...)' that
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 |