summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibUnicode
AgeCommit message (Expand)Author
2021-08-11LibUnicode: Download and parse DerivedNormalizationProps UCD fileTimothy 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 *_from_string methods using a hash mapTimothy 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-08-11LibUnicode: Remove WordBreakProperty from generated Unicode dataTimothy Flynn
2021-08-04LibUnicode: Parse UCD DerivedBinaryProperties.txt and generate propertyTimothy Flynn
2021-08-04LibUnicode: Parse UCD emoji-data.txt and generate Unicode propertyTimothy Flynn
2021-08-04LibUnicode: Parse UCD ScriptExtensions.txt and generate propertyTimothy Flynn
2021-08-04LibUnicode: Remove unused parameter from Unicode data generatorTimothy Flynn
2021-08-04LibUnicode: Parse UCD Scripts.txt and generate as a Unicode propertyTimothy Flynn
2021-08-04LibUnicode: Invoke Unicode data generator a single timeTimothy Flynn
2021-08-04LibUnicode: Generate a map of code points to their Unicode table indexTimothy Flynn
2021-08-02LibUnicode: Add public methods to compare and lookup General CategoriesTimothy Flynn
2021-08-02LibUnicode: Initialize manually created Unicode properties inlineTimothy Flynn
2021-08-02LibUnicode: Generate General Category unions and aliasesTimothy Flynn
2021-07-30LibRegex+LibUnicode: Begin implementing Unicode property escapesTimothy Flynn
2021-07-30LibUnicode: Add public methods to compare and lookup Unicode propertiesTimothy Flynn
2021-07-30LibUnicode: Manually assign special code point propertiesTimothy Flynn
2021-07-30LibUnicode: Parse and generate PropertyAliasesTimothy Flynn
2021-07-30LibUnicode: Parse and utilize DerivedCorePropertiesTimothy Flynn
2021-07-30LibUnicode: Do not replace underscores in property namesTimothy Flynn
2021-07-30LibUnicode: Generate PropList enumeration as a bitmaskTimothy Flynn
2021-07-29LibUnicode: Make unicode data generation logic more relocatableAndrew Kaster
2021-07-28LibUnicode: Handle code points that are both cased and case-ignorableTimothy Flynn
2021-07-28LibUnicode: Reduce Unicode data generator boilerplateTimothy Flynn
2021-07-28LibUnicode: Check word break when deciding on case-ignorable code pointsTimothy Flynn
2021-07-28LibUnicode: Download and parse the word break property list UCD fileTimothy Flynn
2021-07-28LibUnicode: Check property list when deciding if a code point is casedTimothy Flynn
2021-07-28LibUnicode: Download and parse the property list UCD fileTimothy Flynn
2021-07-27LibUnicode: Begin implementing special Unicode case foldingTimothy Flynn
2021-07-27LibUnicode: Produce each code point's general categoryTimothy Flynn
2021-07-27LibUnicode: Download and parse the special casing UCD fileTimothy Flynn
2021-07-26Meta: Add LibUnicode (and its tests) to LagomTimothy Flynn
2021-07-26LibUnicode: Introduce a Unicode library for interacting with UCD filesTimothy Flynn