Skip to content

Commit

Permalink
Update components/normalizer/trie-value-format.md
Browse files Browse the repository at this point in the history
Co-authored-by: Elango Cheran <[email protected]>
  • Loading branch information
hsivonen and echeran authored Dec 11, 2024
1 parent 4f7ab10 commit db70f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/normalizer/trie-value-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The decomposition is the NFKD decomposition of U+FDFA: The highest bit is 0, the

Hangul syllable: The trie value is 1. (I.e. only the lowest bit is set to 1.)

The decomposition is a singleton decomposition to a single BMP character > 0x1F: The highest bit is 1 iff the decomposition can combining backwards (does not occur as of Unicode 16.0), the second-highest bit is 1, the low half is the decomposition.
The decomposition is a singleton decomposition to a single BMP character > 0x1F: The highest bit is 1 iff the decomposition can combine backwards (does not occur as of Unicode 16.0), the second-highest bit is 1, the low half is the decomposition.

The character is not the ANGSTROM SIGN, and the decomposition is to a starter <= U+7FFF and > 0x1F that cannot combine backwards followed by a non-starter <= U+7FFF and > 0x1F: The highest bit is 0. The second-highest bit is set according to its general semantics. The lowest 15 bits are the leading starter. The next 15 bits are the trailing non-starter.

Expand Down

0 comments on commit db70f68

Please sign in to comment.