Hello I am a Japanese Pythonista and also a member of the python-doc-ja project. I found a trivial bug in "Unicode Objects and Codecs". http://docs.python.org/release/2.6.6/c-api/unicode.html#utf-7-codecs In a section "UTF-7 Codecs", we should do s/PyUnicode_DecodeUTF8Stateful/PyUnicode_DecodeUTF7Stateful/. Regards. -- class Cocoatomo: name = 'cocoatomo' email_address = 'cocoatomo77 at gmail.com' twitter_id = '@cocoatomo'