mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix previous commit
This commit is contained in:
@ -303,6 +303,9 @@ namespace NSUnicodeConverter
|
||||
bool ansi = true;
|
||||
std::wstring sResult;
|
||||
|
||||
size_t insize = (size_t)nInputLen;
|
||||
char* inptr = (char*)sInput;
|
||||
|
||||
if (nCodepage > 0)
|
||||
{
|
||||
#if defined (_WIN32) || defined (_WIN64)
|
||||
|
||||
Reference in New Issue
Block a user