On 16 Feb, 2006, at 15:00, Nir Soffer wrote: > I noticed that it does not matter what encoding you set in the Terminal > window setting, anything you type will use utf-8 encoding.
I was wrong, it does change the input encoding when you type or display strings. However, testing common commands from Python using os.system and in shell scripts show that commands want to get utf-8 input and return utf-8 input. If you change the terminal charset encoding you simply display the utf-8 strings as junk. Best Regards, Nir Soffer _______________________________________________ Pythonmac-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/pythonmac-sig
