fix XDIGIT problem on several locales,

pointed by Joerg Sonnenberger on tech-userlevel@.
This commit is contained in:
tshiozak 2005-03-08 06:35:13 +00:00
parent 52c470b886
commit b115b9ec4f
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: en_US.ISO_8859-2.src,v 1.4 2004/06/24 03:28:50 itojun Exp $ */
/* $NetBSD: en_US.ISO_8859-2.src,v 1.5 2005/03/08 06:35:13 tshiozak Exp $ */
/*
* LOCALE_CTYPE for the iso_8859_2 Locale
@ -27,7 +27,7 @@ SPACE 0x09 - 0x0d 0x20 0xa0
UPPER 'A' - 'Z'
0xa1 0xa3 0xa5 0xa6 0xa9 - 0xac 0xae 0xaf
0xc0 - 0xd6 0xd8 - 0xde
XDIGIT 'a' - 'f' 'A' - 'F'
XDIGIT '0' - '9' 'a' - 'f' 'A' - 'F'
BLANK ' ' '\t' 0xa0
PRINT 0x20 - 0x7e 0xa0 - 0xff
SWIDTH1 0x20 - 0x7e 0xa0 - 0xff

View File

@ -1,4 +1,4 @@
/* $NetBSD: en_US.ISO_8859-4.src,v 1.4 2004/06/24 03:28:50 itojun Exp $ */
/* $NetBSD: en_US.ISO_8859-4.src,v 1.5 2005/03/08 06:35:13 tshiozak Exp $ */
/*
* LOCALE_CTYPE for the iso_8859_4 Locale
@ -26,7 +26,7 @@ SPACE 0x09 - 0x0d 0x20 0xa0
UPPER 'A' - 'Z'
0xa1 0xa3 0xa5 0xa6 0xa9 - 0xac 0xae
0xc0 - 0xd6 0xd8 - 0xde
XDIGIT 'a' - 'f' 'A' - 'F'
XDIGIT '0' - '9' 'a' - 'f' 'A' - 'F'
BLANK ' ' '\t' 0xa0
PRINT 0x20 - 0x7e 0xa0 - 0xff
SWIDTH1 0x20 - 0x7e 0xa0 - 0xff

View File

@ -1,4 +1,4 @@
/* $NetBSD: ja_JP.SJIS.src,v 1.2 2001/03/26 19:56:36 tshiozak Exp $ */
/* $NetBSD: ja_JP.SJIS.src,v 1.3 2005/03/08 06:35:13 tshiozak Exp $ */
/*
* ja_JP.SJIS locale table for BSD4.4/rune
@ -47,7 +47,7 @@ LOWER 'a'-'z'
PUNCT 0x21-0x2f 0x3a-0x40 0x5b-0x60 0x7b-0x7e
SPACE 0x09-0x0d 0x20
UPPER 'A'-'Z'
XDIGIT 'a'-'f' 'A'-'F'
XDIGIT '0' - '9' 'a'-'f' 'A'-'F'
BLANK ' ' '\t'
PRINT 0x20-0x7e
SWIDTH1 0x20-0x7e