Unicode

From XPUB & Lens-Based wiki
Revision as of 13: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>)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

! Python

!! unicode to str

unicode.encode

!! str to unicode

str.decode(format)