Archived
1
0

Fixing '~' interpreting bug.

This commit is contained in:
Jacob Alexander 2015-08-16 14:41:19 -07:00
parent 80c948fa33
commit ea854aa95f

3
kll.py
View File

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