On Wed, Jul 23, 2014 at 3:23 PM, Eric Muller <[email protected]> wrote:

> I would like to work with the exemplarCharacters data in the CLDR. That
> uses the UnicodeSet notation. Is there somewhere a parser for that
> notation, that would return me just the list of characters in the set?


Note that it's a set of strings, not characters.

I suspect that the exemplarCharacters use a restricted form of the
> UnicodeSet notation (e.g. do not use property values). Is that correct, and
> if so, what's the subset?
>

I have an Apache-licensed parser in Python here:
https://code.google.com/p/noto/source/browse/nototools/generate_website_data.py#180
_______________________________________________
Unicode mailing list
[email protected]
http://unicode.org/mailman/listinfo/unicode

Reply via email to