CLDR-19254 v48 json nested bracket fix#5391
CLDR-19254 v48 json nested bracket fix#5391srl295 merged 1 commit intounicode-org:maint/maint-48from
Conversation
sffc
left a comment
There was a problem hiding this comment.
I'm 70% confident that using localized strings in keys like this won't cause problems. @Manishearth agrees that it is fine. CC @robertbastian @pedberg-icu
|
Not sure why it's stuck |
It definitely does in the cldr-icu tooling: if in (or quoting the $1) I got from LdmlConverter |
If it were quoted would it work ? |
|
(I was referring to problems specifically in consuming the JSON.) |
ICU's key space is invariant safe ascii or ebcdic I think. JSON should be ok with anything that's not certain spacing or illegal chars. |
includes nested bracket fix 48.2.0-BETA0b Fix: unicode-org/cldr#5391
@robert @sffc @srl295 Yes, ICU resource bundle keys must be invariant chars (subset of ASCII): See https://unicode-org.github.io/icu/userguide/locale/resources.html#accessing-by-key |
CLDR-19254
will need backport.
Nested bracket ticket is CLDR-17223