Chromium Code Reviews| Index: scripts/sjis_gen.sh |
| diff --git a/scripts/sjis_gen.sh b/scripts/sjis_gen.sh |
| index adadb790184931e6f35858581860589b5eb9efc1..ec8006f97f35825266f63a5cbd76a5394733a187 100755 |
| --- a/scripts/sjis_gen.sh |
| +++ b/scripts/sjis_gen.sh |
| @@ -26,12 +26,19 @@ cat <<PREAMBLE |
| <mb_cur_max> 2 |
| <mb_cur_min> 1 |
| <uconv_class> "MBCS" |
| -<subchar> \xFC\xFC |
| -<subchar1> \x7F |
| +<subchar> \x3F |
| <icu:charsetFamily> "ASCII" |
| -<icu:state> 0-80, 81-9f:1, a1-df, e0-fc:1 |
| +<icu:state> 0-80, 81-9f:1, a1-df, e0-fc:1, 82:3, 84:4, 85-86:2, 87:5, 88:2, 98:6, eb-ec:2, ef:2, f9:2, fc:7 |
| + |
| <icu:state> 40-7e, 80-fc |
| +<icu:state> 80-fc |
| +<icu:state> 4f-7e, 80-fc, 59-5f.i, 7a-7e.i |
| +<icu:state> 40-7e, 80-fc, 61-6f.i |
| +<icu:state> 40-7e, 80-fc, 76-7d.i |
| +<icu:state> 40-7e, 80-fc, 73-7e.i |
| +<icu:state> 40-4b, 80-fc |
| + |
| CHARMAP |
| PREAMBLE |
| @@ -117,6 +124,7 @@ function unsorted_table { |
| echo '<U203E> \x7E |1' |
| } |
| +wget -N -r -nd http://encoding.spec.whatwg.org/index-jis0208.txt |
|
jsbell
2015/03/18 21:38:31
https
|
| preamble |
| unsorted_table | sort | uniq |
| echo 'END CHARMAP' |