mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibUnicode: Move number formatting code generator to UnicodeNumberFormat
This commit is contained in:
parent
04e6b43f05
commit
1f2ac0ab41
Notes:
sideshowbarker
2024-07-18 01:14:08 +09:00
Author: https://github.com/trflynn89
Commit: 1f2ac0ab41
Pull-request: https://github.com/SerenityOS/serenity/pull/10879
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