package pyml

  1. Overview
  2. Docs

UCS2 specific bindings.

val pyunicodeucs2_asencodedstring : Pytypes.pyobject -> string -> string -> Pytypes.pyobject
val pyunicodeucs2_asutf8string : Pytypes.pyobject -> Pytypes.pyobject
val pyunicodeucs2_asutf16string : Pytypes.pyobject -> Pytypes.pyobject
val pyunicodeucs2_asutf32string : Pytypes.pyobject -> Pytypes.pyobject
val pyunicodeucs2_decodeutf8 : string -> int -> string option -> Pytypes.pyobject
val pyunicodeucs2_decodeutf16 : string -> int -> string option -> int Stdlib.ref -> Pytypes.pyobject
val pyunicodeucs2_decodeutf32 : string -> int -> string option -> int Stdlib.ref -> Pytypes.pyobject
val pyunicodeucs2_format : Pytypes.pyobject -> Pytypes.pyobject -> Pytypes.pyobject
val pyunicodeucs2_fromstring : string -> Pytypes.pyobject
val pyunicodeucs2_getsize : Pytypes.pyobject -> int
val pyunicodeucs2_fromunicode : int array -> int -> Pytypes.pyobject
val pyunicodeucs2_asunicode : Pytypes.pyobject -> int array option