ChiDeok Hwang wrote: > > How about this? > > import os > os.environ['LC_ALL'] = 'ja_JP.ujis' > import gtk When I first read this, I made the assumption that because LANG etc did not work using this method, LC_ALL certainly had no reason to work. However, I was pleasantly shocked to discover that this does indeed work. I cannot, however, comprehend why setting LANG before running the script and setting LANG inside the script produce entirely different results. In any case, thank you very much. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to