Use U8String/U16String/WString instead of UTF8String/UTF16String/WideString
This commit is contained in:
@@ -61,7 +61,7 @@ namespace hgl
|
||||
return in?in->ReadUTF16BEChars(wstr,count):false;
|
||||
}
|
||||
|
||||
bool readUTF (UTF16String &str)
|
||||
bool readUTF (U16String &str)
|
||||
{
|
||||
return in?in->ReadUTF8ShortString(str):false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user