aboutsummaryrefslogtreecommitdiffstats
path: root/myctype.c
diff options
context:
space:
mode:
authorAkinori Ito <aito@eie.yz.yamagata-u.ac.jp>2001-11-09 04:59:17 +0000
committerAkinori Ito <aito@eie.yz.yamagata-u.ac.jp>2001-11-09 04:59:17 +0000
commit6c63633545c254dc085402e0f927a6826d1dd229 (patch)
tree0126fb5598304c713ea1276e294da9098b5df3b4 /myctype.c
parentInitial revision (diff)
downloadw3m-6c63633545c254dc085402e0f927a6826d1dd229.tar.gz
w3m-6c63633545c254dc085402e0f927a6826d1dd229.zip
Updates from 0.2.1 into 0.2.1-inu-1.5release-0-2-1-inu-1-5
Diffstat (limited to 'myctype.c')
-rw-r--r--myctype.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/myctype.c b/myctype.c
index 479c25e..3611b3d 100644
--- a/myctype.c
+++ b/myctype.c
@@ -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,