MLUnicodeContainerType (C Function)

MLUnicodeContainerType has been replaced by WSUnicodeContainerType.

is an enum type with four values: UCS2ContainerType, UTF8ContainerType, UTF16ContainerType, and UTF32ContainerType.

Details

  • MLUnicodeContainerType is used as an argument to MLNewUnicodeContainer() to declare to the function the type of Unicode string to use to create the MLUnicodeContainer object.
  • UCS2ContainerType indicates a container with a UCS-2 encoded string, UTF8ContainerType indicates a container with a UTF-8 encoded string, UTF16ContainerType indicates a container with a UTF-16 encoded string, and UTF32ContainerType indicates a container with a UTF-32 encoded string.
  • MLUnicodeContainerType is declared in the MathLink header file mathlink.h.