Parcourir la source

Fixing '~' interpreting bug.

master
Jacob Alexander il y a 8 ans
Parent
révision
ea854aa95f
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1
    2
      kll.py

+ 1
- 2
kll.py Voir le fichier

@@ -273,8 +273,7 @@ def make_seqString( token ):
( ":", 0x01 ),
( "^", -0x10 ),
( "_", -0x18 ),
( "{}|", -0x1E ),
( "~", -0x20 ),
( "{}|~", -0x1E ),
( "@", -0x32 ),
( "?", -0x38 ),
)