Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Unified Diff: scripts/sjis_gen.sh

Issue 984233002: Update CJK converters and their generating scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: update the icudata dll for Windows Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'
« scripts/eucjp_gen.sh ('K') | « scripts/euckr_gen.sh ('k') | source/data/in/icudtl.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698