Re: [Python-Dev] i18n

2010-08-17 Thread Anders Sandvig
On Sat, Aug 14, 2010 at 10:18 AM, Jeroen Ruigrok van der Werven wrote: > I doubt you will be able to localize much with regard to the interpreter. > The only thing that really comes to mind are the error and exception > messages, but you will never be able to localize the errors themselves. The >

Re: [Python-Dev] i18n

2010-08-14 Thread Martin v. Löwis
> I'm starting a project that aims at first to internationalize the python > interpreter, so it could be localized. I want to know if this could be > considered for the main trunk of python. It's not exactly clear what you are proposing, but most likely, the answer is "no". If you plan to interna

Re: [Python-Dev] i18n

2010-08-14 Thread Jeroen Ruigrok van der Werven
-On [20100813 23:51], Alcino Dall'Igna Jr (adi...@gmail.com) wrote: >I'm starting a project that aims at first to internationalize the python >interpreter, so it could be localized. I want to know if this could be >considered for the main trunk of python.  I doubt you will be able to localize much

[Python-Dev] i18n

2010-08-13 Thread Alcino Dall'Igna Jr
Dear developers: I'm starting a project that aims at first to internationalize the python interpreter, so it could be localized. I want to know if this could be considered for the main trunk of python. As a second phase I intend to internationalize the language itself so it could be localized and

Re: [Python-Dev] i18n identifiers

2005-10-31 Thread M.-A. Lemburg
Martin v. Löwis wrote: > Steve Holden wrote: > >>Therefore, if such steps are really going to be considered, I would >>really like to see them introduced in such a way that no breakage occurs >>for existing users, even the parochial ones who feel they (and their >>programs) don't need to unders

Re: [Python-Dev] i18n identifiers (was: Divorcing str and unicode (no more implicit conversions).

2005-10-31 Thread Martin v. Löwis
Steve Holden wrote: > Therefore, if such steps are really going to be considered, I would > really like to see them introduced in such a way that no breakage occurs > for existing users, even the parochial ones who feel they (and their > programs) don't need to understand anything but ASCII. It