mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-899 Sync enums in EUnicodeScript and UBlockCode
X-SVN-Rev: 5870
This commit is contained in:
parent
af3d831eaf
commit
390cdfbf0a
1 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ public:
|
|||
*/
|
||||
enum EUnicodeScript
|
||||
{
|
||||
kBasicLatin,
|
||||
kBasicLatin=UBLOCK_BASIC_LATIN,
|
||||
kLatin1Supplement,
|
||||
kLatinExtendedA,
|
||||
kLatinExtendedB,
|
||||
|
@ -228,7 +228,7 @@ public:
|
|||
kArabicPresentationB,
|
||||
kNoScript,
|
||||
kHalfwidthFullwidthForm,
|
||||
kScriptCount
|
||||
kScriptCount=UBLOCK_COUNT
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue