diff options
author | Timothy Flynn <trflynn89@pm.me> | 2022-02-15 12:23:26 -0500 |
---|---|---|
committer | Tim Flynn <trflynn89@pm.me> | 2022-02-16 07:23:07 -0500 |
commit | 89ead8c00a7c25aca8ab0022f09babcea9485bc2 (patch) | |
tree | 855a3784dea7be6e58223975ccee01b8cbd859ba /Userland/Libraries/LibImageDecoderClient | |
parent | d0fc61e79bc3580c9557c22de3299623a9099c6c (diff) | |
download | serenity-89ead8c00a7c25aca8ab0022f09babcea9485bc2.zip |
LibJS+LibUnicode: Parse Unicode keywords from the BCP 47 CLDR package
We have a fair amount of hard-coded keywords / aliases that can now be
replaced with real data from BCP 47. As a result, the also changes the
awkward way we were previously generating keys. Before, we were more or
less generating keywords as a CSV list of keys, e.g. for the "nu" key,
we'd generate "latn,arab,grek" (ordered by locale preference). Then at
runtime, we'd split on the comma. We now just generate spans of keywords
directly.
Diffstat (limited to 'Userland/Libraries/LibImageDecoderClient')
0 files changed, 0 insertions, 0 deletions