[PyKDE] unicode two-way conversion
Sundance
sundance at ierne.eu.org
Tue Oct 25 22:27:41 BST 2005
I heard Sebastian Kügler said:
> So what I basically need is a two-way conversion between unicode
> strings and ascii (or at least something that is easily usable
> together with psycopg and postgres' character fields.
Hello Sebastian,
You most probably want to read this:
http://www.joelonsoftware.com/articles/Unicode.html
Seriously. It's not a very long read, and you'll never have a problem
with Unicode ever again.
And you'll get to appreciate how nice Python's Unicode support is, too.
You'll see. It saved my day many times already. :)
Ta ta,
-- S.
More information about the PyQt
mailing list