summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-11-29 03:03:55 +0000
committerache <ache@FreeBSD.org>2001-11-29 03:03:55 +0000
commit0c2addad83d4e772edd16bb6aaea7b585bca9506 (patch)
treecf8cf5a8af36a117ceb01961a37e4d4159baf2a9 /share
parent15d306084a1841d222472de6e9a54c232504f0e3 (diff)
downloadFreeBSD-src-0c2addad83d4e772edd16bb6aaea7b585bca9506.zip
FreeBSD-src-0c2addad83d4e772edd16bb6aaea7b585bca9506.tar.gz
Back out national digits support, POSIX explicetely disallows it:
The definition of character class digit requires that only ten characters -the ones defining digits- can be specified; alternate digits (for example, Hindi or Kanji) cannot be specified here. However, the encoding may vary if an implementation supports more than one encoding. The definition of character class xdigit requires that the characters included in character class digit are included here also and allows for different symbols for the hexadecimal digits 10 through 15.
Diffstat (limited to 'share')
-rw-r--r--share/mklocale/hi_IN.ISCII-DEV.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mklocale/hi_IN.ISCII-DEV.src b/share/mklocale/hi_IN.ISCII-DEV.src
index 6f85300..9dee7c9 100644
--- a/share/mklocale/hi_IN.ISCII-DEV.src
+++ b/share/mklocale/hi_IN.ISCII-DEV.src
@@ -11,13 +11,13 @@ ENCODING "NONE"
ALPHA 'A' - 'Z' 'a' - 'z' '¡' - 'ê'
CONTROL 0x00 - 0x1f 0x7f
-DIGIT '0' - '9' 'ñ' - 'ú'
+DIGIT '0' - '9'
GRAPH 0x21 - 0x7e
LOWER 'a' - 'z'
PUNCT 0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e
SPACE 0x09 - 0x0d 0x20
UPPER 'A' - 'Z'
-XDIGIT '0' - '9' 'a' - 'f' 'A' - 'F' 'ñ' - 'ú'
+XDIGIT '0' - '9' 'a' - 'f' 'A' - 'F'
BLANK ' ' '\t'
PRINT 0x20 - 0xfa
# IDEOGRAM
OpenPOWER on IntegriCloud