1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-26 02:05:08 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn c849cb9d76 LibUnicode: Fallback to per-locale default numbering systems
When patterns, grouping digits, symbols, etc. for a requested numbering
system are not found, use the locale's default numbering system. This
will allow using the correct digits e.g. for the locale "en-u-nu-arab"
even though the "en" locale only contains patterns for the "latn"
numbering system.
2022-07-15 12:31:43 +02:00
..
CMakeLists.txt
GenerateUnicodeData.cpp
GenerateUnicodeDateTimeFormat.cpp
GenerateUnicodeLocale.cpp LibUnicode: Generate a method to lookup locale-preferred keyword values 2022-07-15 12:31:43 +02:00
GenerateUnicodeNumberFormat.cpp LibUnicode: Fallback to per-locale default numbering systems 2022-07-15 12:31:43 +02:00
GenerateUnicodePluralRules.cpp
GenerateUnicodeRelativeTimeFormat.cpp
GeneratorUtil.h LibUnicode: Generate available values for the keywords co, kf, kn, hc 2022-07-15 12:31:43 +02:00