Next Topic

Previous Topic

Book Contents

ConvertFromUTF16

string ConvertFromUTF16(local UTF16data,int iSize)

Return values

A 8 bit string converted from the UTF16 string.

Parameters

  • UTF16data - UTF16 (double byte) string read by TLuaFile::ReadData.
  • iSize - Size of string.

Remarks

The function only accepts data created by the TLuaFile::ReadData function.