ladybird/Userland/Libraries/LibUnicode
Timothy Flynn 0c9711efba LibUnicode: Handle all space code points when creating currency patterns
Previously, we were checking if the code point immediately before/after
the {currency} key was U+00A0 (non-breaking space). Instead, to handle
other spacing code points, we must check if the surrounding code point
has the separator general category.
2021-11-13 19:01:25 +00:00
..
CharacterTypes.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
CharacterTypes.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
CMakeLists.txt LibUnicode: Add some data related to currency codes 2021-09-11 11:05:50 +01:00
CurrencyCode.cpp LibUnicode: Add some data related to currency codes 2021-09-11 11:05:50 +01:00
CurrencyCode.h LibUnicode: Add some data related to currency codes 2021-09-11 11:05:50 +01:00
Forward.h LibUnicode: Parse and generate standard percentage formatting rules 2021-11-12 09:17:08 +00:00
Locale.cpp LibUnicode: Handle all space code points when creating currency patterns 2021-11-13 19:01:25 +00:00
Locale.h LibJS+LibUnicode: Fully implement currency number formatting 2021-11-13 11:52:45 +00:00