- fixed handling for Turkish i's.
* islowermap and isuppermap were not set for the new characters. * special handling for the lowercase dotted i in allcaps fonts returned the wrong character.
This commit is contained in:
parent
176e98980f
commit
16eceadc7e
2 changed files with 3 additions and 1 deletions
|
|
@ -1138,6 +1138,8 @@ struct InitLowerUpper
|
|||
// Turkish 'I's.
|
||||
upperforlower[0x131] = 'I';
|
||||
lowerforupper[0x130] = 'i';
|
||||
islowermap[0x131] = true;
|
||||
isuppermap[0x130] = true;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue