mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:38:11 +00:00
LibUnicode: Move number formatting code generator to UnicodeNumberFormat
This commit is contained in:
parent
04e6b43f05
commit
1f2ac0ab41
5 changed files with 625 additions and 405 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
#if ENABLE_UNICODE_DATA
|
||||
# include <LibUnicode/UnicodeLocale.h>
|
||||
# include <LibUnicode/UnicodeNumberFormat.h>
|
||||
#endif
|
||||
|
||||
namespace Unicode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue