mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:17:34 +00:00
LibUnicode: Move Locale enumeration from generated UCD data to CLDR data
The UCD set of data contained a very small subset of all locales just to handle some special casing rules. This enumeration will be needed within the CLDR generator as well. So rather than duplicate the enum, remove it from the UCD generator in favor of the full list of locales known by the CLDR generator.
This commit is contained in:
parent
317f55bb25
commit
b8ad4d302e
3 changed files with 26 additions and 14 deletions
|
@ -13,7 +13,7 @@ namespace Unicode {
|
|||
enum class Condition : u8;
|
||||
enum class GeneralCategory : u8;
|
||||
enum class Language : u8;
|
||||
enum class Locale : u8;
|
||||
enum class Locale : u16;
|
||||
enum class Property : u8;
|
||||
enum class Script : u8;
|
||||
enum class Territory : u8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue