Python 2.5.2 (r252:60911, Mar 12 2008, 13:39:09) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import locale >>> locale.getpreferredencoding() 'UTF-8'
it seems to be ok isn't it ? 2008/3/24, awen <[EMAIL PROTECTED]>: > > @ktulu77 > > Can I have you: > 1. Go to a terminal > 2. Start "python" > 3. In the python prompt input these two lines: "import locale" and " > locale.getpreferredencoding()" > What is then outputted? > > > -- > > Modify and New in userconfig don't work due to unicode errors > https://bugs.launchpad.net/bugs/205487 > You received this bug notification because you are a direct subscriber > of the bug. > -- Modify and New in userconfig don't work due to unicode errors https://bugs.launchpad.net/bugs/205487 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
