You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The V8 implementation of CharacterDirectionOfLocale calls uloc_isRightToLeft and uloc_isRightToLeft adds likely subtags when no explicit script subtag is present. Notably likely subtags aren't added even when the script subtag is the special value Zzzz.
The spec should clarify if likely subtags are to be added and if yes, under which conditions likely subtags are added.
The V8 implementation of
CharacterDirectionOfLocale
callsuloc_isRightToLeft
anduloc_isRightToLeft
adds likely subtags when no explicit script subtag is present. Notably likely subtags aren't added even when the script subtag is the special valueZzzz
.The spec should clarify if likely subtags are to be added and if yes, under which conditions likely subtags are added.
uloc_isRightToLeft
behaviour for some inputs:Maybe the spec should be rewritten to follow the steps mentioned here: unicode-org/icu4x#3172 (comment)
The text was updated successfully, but these errors were encountered: