mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
fix bug #58264
This commit is contained in:
@ -245,6 +245,10 @@ namespace NSUnicodeConverter
|
||||
ucnv_close(conv);
|
||||
}
|
||||
}
|
||||
else
|
||||
{//10008 & other
|
||||
sRes = convert_string(sInput, nInputLen, nCodePage);
|
||||
}
|
||||
|
||||
if (!isExact && sRes.empty() && nInputLen > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user