diff options
author | Dan Kogai <dankogai@dan.co.jp> | 2002-05-29 12:43:57 +0900 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-28 17:49:08 +0000 |
commit | f0a41339d8cc9b81101f492ab383301252ea41fd (patch) | |
tree | e033f6b6797e8104d659edf6111676adc56d28ba /ext/Encode/ucm | |
parent | e1aed599ebc7bfaa5e43c8496e74c285a9b772c4 (diff) | |
download | perl-f0a41339d8cc9b81101f492ab383301252ea41fd.tar.gz |
[Encode] 1.74 released -- final for 5.8.0-RC1
Message-Id: <DE163EDE-726A-11D6-B9CB-0003939A104C@dan.co.jp>
p4raw-id: //depot/perl@16840
Diffstat (limited to 'ext/Encode/ucm')
-rw-r--r-- | ext/Encode/ucm/ctrl.ucm | 42 | ||||
-rw-r--r-- | ext/Encode/ucm/null.ucm | 10 |
2 files changed, 52 insertions, 0 deletions
diff --git a/ext/Encode/ucm/ctrl.ucm b/ext/Encode/ucm/ctrl.ucm new file mode 100644 index 0000000000..2137531fb5 --- /dev/null +++ b/ext/Encode/ucm/ctrl.ucm @@ -0,0 +1,42 @@ +# +# $Id: ctrl.ucm,v 1.1 2002/05/28 18:33:15 dankogai Exp dankogai $ +# +<code_set_name> "ascii-ctrl" +<mb_cur_min> 1 +<mb_cur_max> 1 +<subchar> \x3F +# +CHARMAP +<U0000> \x00 |0 # <control> +<U0001> \x01 |0 # <control> +<U0002> \x02 |0 # <control> +<U0003> \x03 |0 # <control> +<U0004> \x04 |0 # <control> +<U0005> \x05 |0 # <control> +<U0006> \x06 |0 # <control> +<U0007> \x07 |0 # <control> +<U0008> \x08 |0 # <control> +<U0009> \x09 |0 # <control> +<U000A> \x0A |0 # <control> +<U000B> \x0B |0 # <control> +<U000C> \x0C |0 # <control> +<U000D> \x0D |0 # <control> +<U000E> \x0E |0 # <control> +<U000F> \x0F |0 # <control> +<U0010> \x10 |0 # <control> +<U0011> \x11 |0 # <control> +<U0012> \x12 |0 # <control> +<U0013> \x13 |0 # <control> +<U0014> \x14 |0 # <control> +<U0015> \x15 |0 # <control> +<U0016> \x16 |0 # <control> +<U0017> \x17 |0 # <control> +<U0018> \x18 |0 # <control> +<U0019> \x19 |0 # <control> +<U001A> \x1A |0 # <control> +<U001B> \x1B |0 # <control> +<U001C> \x1C |0 # <control> +<U001D> \x1D |0 # <control> +<U001E> \x1E |0 # <control> +<U001F> \x1F |0 # <control> +END CHARMAP diff --git a/ext/Encode/ucm/null.ucm b/ext/Encode/ucm/null.ucm new file mode 100644 index 0000000000..9d8a7395e6 --- /dev/null +++ b/ext/Encode/ucm/null.ucm @@ -0,0 +1,10 @@ +# +# $Id: null.ucm,v 1.1 2002/05/28 18:33:15 dankogai Exp dankogai $ +# +<code_set_name> "null" +<mb_cur_min> 1 +<mb_cur_max> 1 +<subchar> \x3F +# +CHARMAP +END CHARMAP |