This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tchrist
Recipients Arfrever, belopolsky, daniel.urban, eric.araujo, ezio.melotti, gvanrossum, mrabarnett, rhettinger, tchrist
Date 2011-08-26.22:31:43
SpamBayes Score 0.0016390751
Marked as misclassified No
Message-id <15556.1314396695@chthon>
In-reply-to <1314395703.06.0.476748543825.issue12735@psf.upfronthosting.co.za>
Content
Guido van Rossum <report@bugs.python.org> wrote
   on Fri, 26 Aug 2011 21:55:03 -0000: 

> I know I sound like NIH, but I'm always reluctant to add a big 3rd
> party lib like ICU to the permanent dependencies of all future Python
> distros.  If people want to use ICU they already can.  OTOH I don't
> have a better idea. :-(

I know exactly what you mean.  I would not want to push that on anyone,
being dependent on a gigantic 3rd-party module.  I just tried to answer
the question.  The only two full UCA implementations I know of are ICU's
and Perl's, which does not use ICU (since we're UTF-8, etc).

I just wish Python had Unicode collation, is all.

--tom

PS: (I haven't had good luck the ICU bindings in 3.2.)
History
Date User Action Args
2011-08-26 22:31:44tchristsetrecipients: + tchrist, gvanrossum, rhettinger, belopolsky, ezio.melotti, eric.araujo, mrabarnett, Arfrever, daniel.urban
2011-08-26 22:31:43tchristlinkissue12735 messages
2011-08-26 22:31:43tchristcreate