Hans Meine napisaĆ(a): > On Tuesday 25 July 2006 14:42, Artur Cichocki wrote: >> So there should be a call to locale.setlocale(locale.LC_ALL, '') >> somewhere in the initialization code (ie. freevo/ui/sysconfig.py). > > I don't really understand that. AFAIK, LC_ALL can be used to > *override* all other LC_ settings. So the question is: Who sets LC_ALL and > where? IMHO, the LC_ stuff should *not* be modified within Freevo at all
This is not a modification of LC_ALL... according to http://docs.python.org/lib/module-locale.html : "According to POSIX, a program which has not called setlocale(LC_ALL, '') runs using the portable 'C' locale. Calling setlocale(LC_ALL, '') lets it use the default locale as defined by the LANG variable." ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
