Message89089
Ah, I can tell you exactly why that is, then. I noticed this in
pythonrun.c while grepping the source:
#ifdef HAVE_SETLOCALE
/* Set up the LC_CTYPE locale, so we can obtain
the locale's charset without having to switch
locales. */
setlocale(LC_CTYPE, "");
#endif
SVN blames Martin in r56922, so this case is assigned appropriately.
Perhaps changing only LC_CTYPE is safe? I must admit to ignorance as to
what all the LC variables mean/control. |
|
Date |
User |
Action |
Args |
2009-06-08 16:22:11 | r.david.murray | set | recipients:
+ r.david.murray, loewis, georg.brandl, pitrou, ned.deily, ezio.melotti |
2009-06-08 16:22:11 | r.david.murray | set | messageid: <1244478131.29.0.103373396689.issue6203@psf.upfronthosting.co.za> |
2009-06-08 16:22:10 | r.david.murray | link | issue6203 messages |
2009-06-08 16:22:09 | r.david.murray | create | |
|