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
/
CodeGenerators
Age
Commit message (
Expand
)
Author
2021-08-27
LibUnicode: Parse Unicode CLDR languages and generate locale mappings
Timothy Flynn
2021-08-27
LibUnicode: Generate locale subtag data as multiple smaller tables
Timothy Flynn
2021-08-27
LibUnicode: Move Locale enumeration from generated UCD data to CLDR data
Timothy Flynn
2021-08-26
LibUnicode: Download Unicode's CLDR database and generate locale data
Timothy Flynn
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
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-28
LibUnicode: Reduce Unicode data generator boilerplate
Timothy Flynn
2021-07-28
LibUnicode: Download and parse the word break property list UCD file
Timothy Flynn
2021-07-28
LibUnicode: Download and parse the property list UCD file
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
LibUnicode: Introduce a Unicode library for interacting with UCD files
Timothy Flynn