Python and Unicode
Good presentation here on Python and Unicode.
The most important slide for me says:
s.decode(encoding)
* <type 'str'> to <type 'unicode'>
u.encode(encoding)
* <type 'unicode'> to <type 'str'>
Adnan Wasim talks about system administration and software development issues....
Good presentation here on Python and Unicode.
The most important slide for me says:
s.decode(encoding)
* <type 'str'> to <type 'unicode'>
u.encode(encoding)
* <type 'unicode'> to <type 'str'>
Posted by
Adnan
at
5/11/2008 06:04:00 PM
0 comments:
Post a Comment