Skip to content

Commit

Permalink
Add NUL Sequence
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Hilbert <[email protected]>
  • Loading branch information
RyanHilbert authored Oct 31, 2024
1 parent 62d4317 commit 6b25c30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Node.kt
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ open class Node(var id:Char=MIN_VALUE,map:MutableMap<Char, Node> =mutableMapOf()
val s = c.nfkd.sub
if(s.length > 1 && s.isKeyboardLettersAndNotEntirelyDigits()) s..c
}
"NUL"..Char.MIN_VALUE
"OE"..'Œ'
"oe"..'œ'
"AE"..'Æ'
Expand Down

0 comments on commit 6b25c30

Please sign in to comment.