package pyml

  1. Overview
  2. Docs

UCS4 specific bindings.

val pyunicodeucs4_asencodedstring : Pytypes.pyobject -> string -> string -> Pytypes.pyobject
val pyunicodeucs4_asutf8string : Pytypes.pyobject -> Pytypes.pyobject
val pyunicodeucs4_asutf16string : Pytypes.pyobject -> Pytypes.pyobject
val pyunicodeucs4_asutf32string : Pytypes.pyobject -> Pytypes.pyobject
val pyunicodeucs4_decodeutf8 : string -> int -> string option -> Pytypes.pyobject
val pyunicodeucs4_decodeutf16 : string -> int -> string option -> int Stdlib.ref -> Pytypes.pyobject
val pyunicodeucs4_decodeutf32 : string -> int -> string option -> int Stdlib.ref -> Pytypes.pyobject
val pyunicodeucs4_format : Pytypes.pyobject -> Pytypes.pyobject -> Pytypes.pyobject
val pyunicodeucs4_fromstring : string -> Pytypes.pyobject
val pyunicodeucs4_getsize : Pytypes.pyobject -> int
val pyunicodeucs4_fromunicode : int array -> int -> Pytypes.pyobject
val pyunicodeucs4_asunicode : Pytypes.pyobject -> int array option