diff options
author | Timothy Flynn <trflynn89@pm.me> | 2021-11-13 10:03:17 -0500 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-11-13 19:01:25 +0000 |
commit | 0c9711efbab65e7dde7aa9cc102a3a2aa55c5ebc (patch) | |
tree | d786001ef25f5f122b75bbfc39be92bf44809685 /Userland/Libraries/LibJS/Runtime/Intl | |
parent | ada4bab405d9c8cf985a84f30df6072841b25797 (diff) | |
download | serenity-0c9711efbab65e7dde7aa9cc102a3a2aa55c5ebc.zip |
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.
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/Intl')
0 files changed, 0 insertions, 0 deletions