ruby-cldr icon indicating copy to clipboard operation
ruby-cldr copied to clipboard

Consider comparing the output with `cldr-json`

Open movermeyer opened this issue 3 years ago • 0 comments

cldr-json is a JSON serialization of the official CLDR XML data, created by the Unicode Consortium themselves.

It doesn't contains values for everything in CLDR. For example, it only exports values with a draft level of contributed or above.

Comparing the output of ruby-cldr with the output of cldr-json might prove useful for giving confidence in the correctness of ruby-cldr.

movermeyer avatar Apr 18 '22 12:04 movermeyer