MLUnicodeContainerType (C 関数)

MLUnicodeContainerTypeWSUnicodeContainerTypeに置き換えられた.

UCS2ContainerTypeUTF8ContainerTypeUTF16ContainerTypeUTF32ContainerTypeという4つの値を持つenumの型である.

詳細

  • MLUnicodeContainerTypeは,MLNewUnicodeContainer()の引数として使われ,MLUnicodeContainerオブジェクトを作成するのに使うUnicodeの文字列の種類を関数に宣言する.
  • UCS2ContainerTypeはUCS-2でコード化された文字列を含むコンテナ,UTF8ContainerTypeはUTF-8でコード化された文字列を含むコンテナ,UTF16ContainerTypeはUTF-16でコード化された文字列を含むコンテナ,そしてUTF32ContainerTypeはUTF-32でコード化された文字列を含むコンテナを示す.
  • MLUnicodeContainerTypeは,MathLinkヘッダファイルmathlink.hで宣言される.