[Bug 61036] Re: str.encode() dosn't work as expected

2006-10-10 Thread Kai Kasurinen
Your bug lacks information we would need to investigate further. We are now going to close the bug - please reopen if you have more information at hand. ** Changed in: python-defaults (Ubuntu) Status: Needs Info => Rejected -- str.encode() dosn't work as expected https://launchpad.net/bug

[Bug 61036] Re: str.encode() dosn't work as expected

2006-09-26 Thread wiertel
So I just didn't understand how to use it. MySQLdb needs a unicode object as a query. I've fixed my code. Thanks for hint. -- str.encode() dosn't work as expected https://launchpad.net/bugs/61036 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo

[Bug 61036] Re: str.encode() dosn't work as expected

2006-09-25 Thread Matthias Klose
please encode the string as unicode object: text = u"...", plus the first multibyte character doesn't look like an utf-8 character. ** Changed in: python-defaults (Ubuntu) Status: Unconfirmed => Needs Info -- str.encode() dosn't work as expected https://launchpad.net/bugs/61036 -- ubun

[Bug 61036] Re: str.encode() dosn't work as expected

2006-09-18 Thread wiertel
this is the simple code I've mentioned locale set to pl_PL.UTF-8 why it is using 'ascii' codec? ** Attachment added: "example" http://librarian.launchpad.net/4295008/test.py ** Description changed: Binary package hint: python Maybe I don't understand something. I never before needed st