Use U8String/U16String/WString instead of UTF8String/UTF16String/WideString
This commit is contained in:
@@ -54,8 +54,8 @@ namespace hgl
|
||||
return out?out->WriteUTF16BEChars(wstr,count):false;
|
||||
}
|
||||
|
||||
bool writeUTF (const UTF8String &str){return out?out->WriteUTF8ShortString(str):false;}
|
||||
bool writeUTF (const UTF16String &str){return out?out->WriteUTF8ShortString(str):false;}
|
||||
bool writeUTF (const U8String &str){return out?out->WriteUTF8ShortString(str):false;}
|
||||
bool writeUTF (const U16String &str){return out?out->WriteUTF8ShortString(str):false;}
|
||||
};//class JavaOutputStream
|
||||
}//namespace io
|
||||
}//namespace hgl
|
||||
|
Reference in New Issue
Block a user