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