Skip to content

Commit

Permalink
Remove NUL Sequence
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Hilbert <Ryan.J.Hilbert@gmail.com>
  • Loading branch information
RyanHilbert authored Nov 1, 2024
1 parent de41cfa commit b63f5ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Node.kt
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ 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 b63f5ef

Please sign in to comment.