[Python-Dev] international python (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Fri Sep 9 11:28:03 CEST 2005


This does make me think of the interesting prospect of an internationalised string literal, though (e.g., "This an il8n string"). I'm not sure it would be enough of a win over the status quo though,

I don't think so either. i18n doesn't require its specific string notation (in addition, dropping "_()" may make it harder to interface with standard gettext tools). On the hand, international support in Python apps will benefit from:

As for seamless unicode support, there are also problems sometimes with filenames and filepaths: see e.g. https://sourceforge.net/tracker/?func=detail&aid=1283895&group_id=5470&atid=105470

Regards

Antoine.



More information about the Python-Dev mailing list