# Encode a Unicode objects using UTF-8 and return the result as Python string object. Error handling is ``strict''. Return NULL if an exception was raised by the codec.
objectPyUnicode_AsUTF8String(objectunicode)
bytesPyUnicode_AsUTF8String(objectunicode)
# These are the UTF-16 codec APIs:
...
...
@@ -198,7 +323,7 @@ cdef extern from *:
# order at the.
#
# If byteorder is NULL, the codec starts in native order mode.