index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibUnicode
Age
Commit message (
Expand
)
Author
2021-08-11
LibUnicode: Download and parse DerivedNormalizationProps UCD file
Timothy Flynn
2021-08-11
LibUnicode: Handle edge-case script extensions, Common and Inherited
Timothy Flynn
2021-08-11
LibUnicode: Generate separate tables for scripts and script extensions
Timothy Flynn
2021-08-11
LibUnicode: Generate *_from_string methods using a hash map
Timothy Flynn
2021-08-11
LibUnicode: Generate separate tables for Unicode properties
Timothy Flynn
2021-08-11
LibUnicode: Include Unassigned code points in the Other General Category
Timothy Flynn
2021-08-11
LibUnicode: Generate separate tables for General Category properties
Timothy Flynn
2021-08-11
LibUnicode: Remove WordBreakProperty from generated Unicode data
Timothy Flynn
2021-08-04
LibUnicode: Parse UCD DerivedBinaryProperties.txt and generate property
Timothy Flynn
2021-08-04
LibUnicode: Parse UCD emoji-data.txt and generate Unicode property
Timothy Flynn
2021-08-04
LibUnicode: Parse UCD ScriptExtensions.txt and generate property
Timothy Flynn
2021-08-04
LibUnicode: Remove unused parameter from Unicode data generator
Timothy Flynn
2021-08-04
LibUnicode: Parse UCD Scripts.txt and generate as a Unicode property
Timothy Flynn
2021-08-04
LibUnicode: Invoke Unicode data generator a single time
Timothy Flynn
2021-08-04
LibUnicode: Generate a map of code points to their Unicode table index
Timothy Flynn
2021-08-02
LibUnicode: Add public methods to compare and lookup General Categories
Timothy Flynn
2021-08-02
LibUnicode: Initialize manually created Unicode properties inline
Timothy Flynn
2021-08-02
LibUnicode: Generate General Category unions and aliases
Timothy Flynn
2021-07-30
LibRegex+LibUnicode: Begin implementing Unicode property escapes
Timothy Flynn
2021-07-30
LibUnicode: Add public methods to compare and lookup Unicode properties
Timothy Flynn
2021-07-30
LibUnicode: Manually assign special code point properties
Timothy Flynn
2021-07-30
LibUnicode: Parse and generate PropertyAliases
Timothy Flynn
2021-07-30
LibUnicode: Parse and utilize DerivedCoreProperties
Timothy Flynn
2021-07-30
LibUnicode: Do not replace underscores in property names
Timothy Flynn
2021-07-30
LibUnicode: Generate PropList enumeration as a bitmask
Timothy Flynn
2021-07-29
LibUnicode: Make unicode data generation logic more relocatable
Andrew Kaster
2021-07-28
LibUnicode: Handle code points that are both cased and case-ignorable
Timothy Flynn
2021-07-28
LibUnicode: Reduce Unicode data generator boilerplate
Timothy Flynn
2021-07-28
LibUnicode: Check word break when deciding on case-ignorable code points
Timothy Flynn
2021-07-28
LibUnicode: Download and parse the word break property list UCD file
Timothy Flynn
2021-07-28
LibUnicode: Check property list when deciding if a code point is cased
Timothy Flynn
2021-07-28
LibUnicode: Download and parse the property list UCD file
Timothy Flynn
2021-07-27
LibUnicode: Begin implementing special Unicode case folding
Timothy Flynn
2021-07-27
LibUnicode: Produce each code point's general category
Timothy Flynn
2021-07-27
LibUnicode: Download and parse the special casing UCD file
Timothy Flynn
2021-07-26
Meta: Add LibUnicode (and its tests) to Lagom
Timothy Flynn
2021-07-26
LibUnicode: Introduce a Unicode library for interacting with UCD files
Timothy Flynn