Unicode
Revision as of 12:14, 27 August 2008 by 213.214.53.110 (talk) (New page: ! Python !! unicode to str <source lang="python"> unicode.encode </source> !! str to unicode <source lang="python"> str.decode(format) </source>)
! Python
!! unicode to str
unicode.encode
!! str to unicode
str.decode(format)