summaryrefslogtreecommitdiff
path: root/Tests/LibUnicode
AgeCommit message (Expand)Author
2021-08-30LibUnicode: Parse locale extensions of the other extension formTimothy Flynn
2021-08-30LibUnicode: Parse locale extensions of the transformed extension formTimothy Flynn
2021-08-30LibUnicode: Parse locale extensions of the Unicode locale extension formTimothy Flynn
2021-08-26LibUnicode: Implement grammar validators for Unicode TR-35Timothy Flynn
2021-08-11LibUnicode: Handle edge-case script extensions, Common and InheritedTimothy Flynn
2021-08-11LibUnicode: Generate separate tables for scripts and script extensionsTimothy Flynn
2021-08-11LibUnicode: Generate separate tables for Unicode propertiesTimothy Flynn
2021-08-11LibUnicode: Include Unassigned code points in the Other General CategoryTimothy Flynn
2021-08-11LibUnicode: Generate separate tables for General Category propertiesTimothy Flynn
2021-07-28LibUnicode: Handle code points that are both cased and case-ignorableTimothy Flynn
2021-07-28LibUnicode: Check word break when deciding on case-ignorable code pointsTimothy Flynn
2021-07-28LibUnicode: Check property list when deciding if a code point is casedTimothy Flynn
2021-07-27LibUnicode: Begin implementing special Unicode case foldingTimothy Flynn
2021-07-26LibUnicode: Introduce a Unicode library for interacting with UCD filesTimothy Flynn