René's URL Explorer Experiment


Title: Unicode Objects and Codecs — Python v3.2.6 documentation

direct link

Domain: docs.python.org

Nonetext/html; charset=utf-8

Links:

indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/c-api/tuple.html
previoushttps://docs.python.org/3.2/c-api/bytearray.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
Python/C API Reference Manualhttps://docs.python.org/3.2/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/3.2/c-api/concrete.html
https://docs.python.org/3.2/c-api/unicode.html#unicode-objects-and-codecs
https://docs.python.org/3.2/c-api/unicode.html#unicode-objects
https://docs.python.org/3.2/c-api/unicode.html#unicode-type
https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#PyUnicodeObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyTypeObjecthttps://docs.python.org/3.2/c-api/type.html#PyTypeObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_Type
PyTypeObjecthttps://docs.python.org/3.2/c-api/type.html#PyTypeObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_Check
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_CheckExact
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_GET_SIZE
PyUnicodeObjecthttps://docs.python.org/3.2/c-api/unicode.html#PyUnicodeObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_GET_DATA_SIZE
PyUnicodeObjecthttps://docs.python.org/3.2/c-api/unicode.html#PyUnicodeObject
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_AS_UNICODE
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
PyUnicodeObjecthttps://docs.python.org/3.2/c-api/unicode.html#PyUnicodeObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_AS_DATA
PyUnicodeObjecthttps://docs.python.org/3.2/c-api/unicode.html#PyUnicodeObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_ClearFreeList
https://docs.python.org/3.2/c-api/unicode.html#unicode-character-properties
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE_ISSPACE
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE_ISLOWER
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE_ISUPPER
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE_ISTITLE
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE_ISLINEBREAK
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE_ISDECIMAL
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE_ISDIGIT
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE_ISNUMERIC
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE_ISALPHA
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE_ISALNUM
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE_ISPRINTABLE
repr()https://docs.python.org/3.2/library/functions.html#repr
sys.stdouthttps://docs.python.org/3.2/library/sys.html#sys.stdout
sys.stderrhttps://docs.python.org/3.2/library/sys.html#sys.stderr
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE_TOLOWER
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE_TOUPPER
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE_TOTITLE
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE_TODECIMAL
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE_TODIGIT
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE_TONUMERIC
https://docs.python.org/3.2/c-api/unicode.html#plain-py-unicode
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_FromUnicode
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_FromStringAndSize
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_FromString
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_FromFormat
ascii()https://docs.python.org/3.2/library/functions.html#ascii
PyObject_Str()https://docs.python.org/3.2/c-api/object.html#PyObject_Str
PyObject_Repr()https://docs.python.org/3.2/c-api/object.html#PyObject_Repr
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_FromFormatV
PyUnicode_FromFormat()https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_FromFormat
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_TransformDecimalToASCII
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_AsUnicode
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
Py_UNICODE*https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_AsUnicodeCopy
MemoryErrorhttps://docs.python.org/3.2/library/exceptions.html#MemoryError
PyMem_Free()https://docs.python.org/3.2/c-api/memory.html#PyMem_Free
Py_UNICODE*https://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_GetSize
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_FromEncodedObject
byteshttps://docs.python.org/3.2/library/functions.html#bytes
bytearrayhttps://docs.python.org/3.2/library/functions.html#bytearray
TypeErrorhttps://docs.python.org/3.2/library/exceptions.html#TypeError
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_FromObject
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#file-system-encoding
PEP 383http://www.python.org/dev/peps/pep-0383
PyUnicode_FSConverter()https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_FSConverter
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_FSConverter
strhttps://docs.python.org/3.2/library/functions.html#str
byteshttps://docs.python.org/3.2/library/functions.html#bytes
PyUnicode_EncodeFSDefault()https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_EncodeFSDefault
byteshttps://docs.python.org/3.2/library/functions.html#bytes
PyBytesObject*https://docs.python.org/3.2/c-api/bytes.html#PyBytesObject
PyUnicode_FSDecoder()https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_FSDecoder
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_FSDecoder
byteshttps://docs.python.org/3.2/library/functions.html#bytes
strhttps://docs.python.org/3.2/library/functions.html#str
PyUnicode_DecodeFSDefaultAndSize()https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeFSDefaultAndSize
strhttps://docs.python.org/3.2/library/functions.html#str
PyUnicodeObject*https://docs.python.org/3.2/c-api/unicode.html#PyUnicodeObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeFSDefaultAndSize
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeFSDefault
PyUnicode_DecodeFSDefaultAndSize()https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeFSDefaultAndSize
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_EncodeFSDefault
byteshttps://docs.python.org/3.2/library/functions.html#bytes
byteshttps://docs.python.org/3.2/library/functions.html#bytes
https://docs.python.org/3.2/c-api/unicode.html#wchar-t-support
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_FromWideChar
PyUnicodeObjecthttps://docs.python.org/3.2/c-api/unicode.html#PyUnicodeObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_AsWideChar
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_AsWideCharString
PyMem_Free()https://docs.python.org/3.2/c-api/memory.html#PyMem_Free
MemoryErrorhttps://docs.python.org/3.2/library/exceptions.html#MemoryError
https://docs.python.org/3.2/c-api/unicode.html#built-in-codecs
str()https://docs.python.org/3.2/library/functions.html#str
PyUnicode_FSConverter()https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_FSConverter
ValueErrorhttps://docs.python.org/3.2/library/exceptions.html#ValueError
https://docs.python.org/3.2/c-api/unicode.html#generic-codecs
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_Decode
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_Encode
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_AsEncodedString
https://docs.python.org/3.2/c-api/unicode.html#utf-8-codecs
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeUTF8
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeUTF8Stateful
PyUnicode_DecodeUTF8()https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeUTF8
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_EncodeUTF8
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_AsUTF8String
https://docs.python.org/3.2/c-api/unicode.html#utf-32-codecs
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeUTF32
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeUTF32Stateful
PyUnicode_DecodeUTF32()https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeUTF32
PyUnicode_DecodeUTF32Stateful()https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeUTF32Stateful
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_EncodeUTF32
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_AsUTF32String
https://docs.python.org/3.2/c-api/unicode.html#utf-16-codecs
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeUTF16
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeUTF16Stateful
PyUnicode_DecodeUTF16()https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeUTF16
PyUnicode_DecodeUTF16Stateful()https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeUTF16Stateful
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_EncodeUTF16
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_AsUTF16String
https://docs.python.org/3.2/c-api/unicode.html#utf-7-codecs
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeUTF7
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeUTF7Stateful
PyUnicode_DecodeUTF7()https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeUTF7
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_EncodeUTF7
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#unicode-escape-codecs
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeUnicodeEscape
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_EncodeUnicodeEscape
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_AsUnicodeEscapeString
https://docs.python.org/3.2/c-api/unicode.html#raw-unicode-escape-codecs
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeRawUnicodeEscape
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_EncodeRawUnicodeEscape
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_AsRawUnicodeEscapeString
https://docs.python.org/3.2/c-api/unicode.html#latin-1-codecs
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeLatin1
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_EncodeLatin1
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_AsLatin1String
https://docs.python.org/3.2/c-api/unicode.html#ascii-codecs
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeASCII
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_EncodeASCII
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_AsASCIIString
https://docs.python.org/3.2/c-api/unicode.html#character-map-codecs
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeCharmap
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_EncodeCharmap
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_AsCharmapString
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_TranslateCharmap
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
__getitem__()https://docs.python.org/3.2/reference/datamodel.html#object.__getitem__
LookupErrorhttps://docs.python.org/3.2/library/exceptions.html#LookupError
https://docs.python.org/3.2/c-api/unicode.html#mbcs-codecs-for-windows
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeMBCS
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeMBCSStateful
PyUnicode_DecodeMBCS()https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeMBCS
PyUnicode_DecodeMBCSStateful()https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_DecodeMBCSStateful
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_EncodeMBCS
Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#Py_UNICODE
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_AsMBCSString
https://docs.python.org/3.2/c-api/unicode.html#methods-slots
https://docs.python.org/3.2/c-api/unicode.html#methods-and-slot-functions
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_Concat
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_Split
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_Splitlines
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_Translate
__getitem__()https://docs.python.org/3.2/reference/datamodel.html#object.__getitem__
LookupErrorhttps://docs.python.org/3.2/library/exceptions.html#LookupError
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_Join
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_Tailmatch
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_Find
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_Count
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_Replace
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_Compare
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_CompareWithASCIIString
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_RichCompare
UnicodeWarninghttps://docs.python.org/3.2/library/exceptions.html#UnicodeWarning
UnicodeDecodeErrorhttps://docs.python.org/3.2/library/exceptions.html#UnicodeDecodeError
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_Format
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_Contains
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_InternInPlace
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_InternFromString
PyUnicode_FromString()https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_FromString
PyUnicode_InternInPlace()https://docs.python.org/3.2/c-api/unicode.html#PyUnicode_InternInPlace
Table Of Contentshttps://docs.python.org/3.2/contents.html
Unicode Objects and Codecshttps://docs.python.org/3.2/c-api/unicode.html
Unicode Objectshttps://docs.python.org/3.2/c-api/unicode.html#unicode-objects
Unicode Typehttps://docs.python.org/3.2/c-api/unicode.html#unicode-type
Unicode Character Propertieshttps://docs.python.org/3.2/c-api/unicode.html#unicode-character-properties
Plain Py_UNICODEhttps://docs.python.org/3.2/c-api/unicode.html#plain-py-unicode
File System Encodinghttps://docs.python.org/3.2/c-api/unicode.html#file-system-encoding
wchar_t Supporthttps://docs.python.org/3.2/c-api/unicode.html#wchar-t-support
Built-in Codecshttps://docs.python.org/3.2/c-api/unicode.html#built-in-codecs
Generic Codecshttps://docs.python.org/3.2/c-api/unicode.html#generic-codecs
UTF-8 Codecshttps://docs.python.org/3.2/c-api/unicode.html#utf-8-codecs
UTF-32 Codecshttps://docs.python.org/3.2/c-api/unicode.html#utf-32-codecs
UTF-16 Codecshttps://docs.python.org/3.2/c-api/unicode.html#utf-16-codecs
UTF-7 Codecshttps://docs.python.org/3.2/c-api/unicode.html#utf-7-codecs
Unicode-Escape Codecshttps://docs.python.org/3.2/c-api/unicode.html#unicode-escape-codecs
Raw-Unicode-Escape Codecshttps://docs.python.org/3.2/c-api/unicode.html#raw-unicode-escape-codecs
Latin-1 Codecshttps://docs.python.org/3.2/c-api/unicode.html#latin-1-codecs
ASCII Codecshttps://docs.python.org/3.2/c-api/unicode.html#ascii-codecs
Character Map Codecshttps://docs.python.org/3.2/c-api/unicode.html#character-map-codecs
MBCS codecs for Windowshttps://docs.python.org/3.2/c-api/unicode.html#mbcs-codecs-for-windows
Methods & Slotshttps://docs.python.org/3.2/c-api/unicode.html#methods-slots
Methods and Slot Functionshttps://docs.python.org/3.2/c-api/unicode.html#methods-and-slot-functions
Byte Array Objectshttps://docs.python.org/3.2/c-api/bytearray.html
Tuple Objectshttps://docs.python.org/3.2/c-api/tuple.html
Report a Bughttps://docs.python.org/3.2/bugs.html
Show Sourcehttps://docs.python.org/3.2/_sources/c-api/unicode.txt
indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/c-api/tuple.html
previoushttps://docs.python.org/3.2/c-api/bytearray.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
Python/C API Reference Manualhttps://docs.python.org/3.2/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/3.2/c-api/concrete.html
Copyrighthttps://docs.python.org/3.2/copyright.html
Please donate.http://www.python.org/psf/donations/
Found a bughttps://docs.python.org/3.2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.