This commit is contained in:
Elena Subbotina
2022-07-26 18:56:57 +03:00
parent 803d216e53
commit 0a65c6b5f4
4 changed files with 78 additions and 31 deletions

View File

@ -245,6 +245,10 @@ namespace NSUnicodeConverter
ucnv_close(conv);
}
}
else
{//10008 & other
sRes = convert_string(sInput, nInputLen, nCodePage);
}
if (!isExact && sRes.empty() && nInputLen > 0)
{