diff options
author | Timothy Flynn <trflynn89@pm.me> | 2021-12-03 08:57:54 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-12-06 15:46:34 +0100 |
commit | e42d954743056e476bbb1623cfc60e7797a8a6ca (patch) | |
tree | 51e463e0af1b1634d3afa47eabc0303acb4a211e /Userland/Games/Solitaire/Game.cpp | |
parent | 9dc9700e3bdd778d4f02a03ba977c0e775f7e201 (diff) | |
download | serenity-e42d954743056e476bbb1623cfc60e7797a8a6ca.zip |
LibJS: Always respect user-provided format field lengths
ECMA-402 doesn't explicitly handle a note in the TR-35 spec related to
expanding field lengths based on user-provided options. Instead, it
assumes the "implementation defined" locale data includes the possible
values.
LibUnicode does not generate every possible combination of field lengths
in its implementation of TR-35's "Missing Skeleton Fields", because the
number of generated patterns would grow out of control. Instead, it's
much simpler to handle this difference at runtime.
Diffstat (limited to 'Userland/Games/Solitaire/Game.cpp')
0 files changed, 0 insertions, 0 deletions