Kiryl

Results 5 issues of Kiryl

Twitter-text fails to pass this test from #52: ``` yaml description: "Autolink URLs with unicode chars in them" text: "See: http://example.com/tsa-pre✓™ is a link" expected: "See: http://example.com/tsa-pre✓™ is a link"...

[CLDR 21.0](http://cldr.unicode.org/index/downloads/cldr-21) uses a new concept of [script reordering](http://site.icu-project.org/design/collation/script-reordering) that allows putting native scripts (e.g., Cyrillic for Russian) before Latin characters. This feature changes the sorting order of native and...

It's not urgent, but most likely something will need to be done since they plan to remove tailoring rules in XML format from the CLDR data. See [this CLDR ticket](http://unicode.org/cldr/trac/ticket/5551)...

It turned out that some code points occur in the default FCE table in denormalized form. As we always normalize given code points to NFD form, we completely ignore denormalized...

As we keep adding more advanced features to twitter-cldr-js library (rule-based number formatting, Unicode regexes, etc.) the size of the library is rapidly growing, because some of these features are...