diff options
Diffstat (limited to 'myctype.c')
-rw-r--r-- | myctype.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,11 +9,11 @@ unsigned char MYCTYPE_MAP[ 0x100 ] = { /* 0 1 2 3 4 5 6 7 8 9 : ; < = > ? */ 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 16, 16, 16, 16, 16, 16, /* @ A B C D E F G H I J K L M N O */ - 16, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, + 16, 52, 52, 52, 52, 52, 52, 20, 20, 20, 20, 20, 20, 20, 20, 20, /* P Q R S T U V W X Y Z [ \ ] ^ _ */ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 16, 16, 16, 16, 16, /* ` a b c d e f g h i j k l m n o */ - 16, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, + 16, 52, 52, 52, 52, 52, 52, 20, 20, 20, 20, 20, 20, 20, 20, 20, /* p q r s t u v w x y z { | } ~ DEL */ 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 16, 16, 16, 16, 1, |