Need "case folding quickcheck"
Deborah Goldsmith <[email protected]> Mon, 6 Dec 2004 18:45:28 -0800
| Newsgroups | gmane.comp.lib.icu.general |
|---|---|
| Message-ID | <[email protected]> |
I need to build a USet that is the set of characters that might change under case folding. The best I have been able to come up with so far is something like: [[[:Case_Sensitive:]-[:Lowercase:]][exceptions]] where "exceptions" is basically everything in CaseFolding.txt that contains the word "SMALL". Is there a better way to do this? Thanks, Deborah