mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-353 typo
X-SVN-Rev: 1597
This commit is contained in:
parent
2d6d22a2a4
commit
f7e25d8f56
1 changed files with 1 additions and 2 deletions
|
@ -786,8 +786,7 @@ UConverterTable *loadMBCSTableFromFile(FileStream* convFile, UConverterStaticDat
|
|||
{
|
||||
for (i = 0; i < ucmp16_getkUnicodeCount(); i++)
|
||||
{
|
||||
if ((ucmp16_get
|
||||
u(myToUnicode, i) == 0xFFFD) &&
|
||||
if ((ucmp16_getu(myToUnicode, i) == 0xFFFD) &&
|
||||
(ucmp16_getu(myToUnicodeFallback, i) != 0xFFFD))
|
||||
{
|
||||
seenFallback = TRUE;
|
||||
|
|
Loading…
Add table
Reference in a new issue