mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-1221 table for converting Unicode::EUnicodeScripts to LEScript
was off by one... X-SVN-Rev: 5906
This commit is contained in:
parent
1260e882d6
commit
b2cb16889d
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
// both with EUnicodeScripts and LEScripts...
|
||||
//
|
||||
int32_t ICULayoutEngine::le_scriptCodes[] = {
|
||||
zyyyScriptCode, // (no EUnicodeScript w/ vaule 0)
|
||||
latnScriptCode, // kBasicLatin
|
||||
latnScriptCode, // kLatin1Supplement
|
||||
latnScriptCode, // kLatinExtendedA
|
||||
|
|
Loading…
Add table
Reference in a new issue