Skip to content

Commit

Permalink
Revert "mind the gap"
Browse files Browse the repository at this point in the history
This reverts commit 6c2ff02.
  • Loading branch information
eggrobin committed Jun 5, 2024
1 parent 05ed720 commit 9bd6794
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -724,11 +724,11 @@ public PrimariesToFractional(UCA uca) {
setOptionsForScript(UCD_Types.Vithkuqi).noTwoBytePrimariesIfVariants();
// Extinct script, use three-byte primaries for the few characters with variants.
setOptionsForScript(UCD_Types.Elymaic).noTwoBytePrimariesIfVariants();
// Large Excluded Script, minimal gaps.
setOptionsForScript(UCD_Types.Egyptian_Hieroglyphs).newByte().minimalGap3();
// Minor script, avoid lead byte overflow.
setOptionsForScript(UCD_Types.Egyptian_Hieroglyphs).newByte();
// Register the scripts as aliases.
setOptionsForScripts(UCD_Types.Meroitic_Cursive, UCD_Types.Meroitic_Hieroglyphs);
// Large Excluded Script, minimal gaps.
// Larged Excluded Script, minimal gaps.
setOptionsForScripts(UCD_Types.Tangut).minimalGap3();
// Han uses many lead bytes, so that tailoring tens of thousands of characters
// can use many two-byte primaries.
Expand Down

0 comments on commit 9bd6794

Please sign in to comment.