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

Unified Diff: scripts/eucjp_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/eucjp_gen.sh
diff --git a/scripts/eucjp_gen.sh b/scripts/eucjp_gen.sh
index a72c863b91a19a535d4b73a49b036ba94cd5c01d..f032c660dd66b9019d9150f7f3343f16ffc27975 100755
--- a/scripts/eucjp_gen.sh
+++ b/scripts/eucjp_gen.sh
@@ -30,8 +30,7 @@ cat <<PREAMBLE
<mb_cur_max> 3
<mb_cur_min> 1
<uconv_class> "MBCS"
-<subchar> \xF4\xFE
-<subchar1> \x1A
+<subchar> \x3F
<icu:charsetFamily> "ASCII"
<icu:state> 0-7f, 8e:2, 8f:3, a1-fe:1
@@ -103,6 +102,8 @@ 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 Please use https
+wget -N -r -nd http://encoding.spec.whatwg.org/index-jis0212.txt
preamble
unsorted_table | sort | uniq
echo 'END CHARMAP'
« no previous file with comments | « scripts/big5_gen.sh ('k') | scripts/euckr_gen.sh » ('j') | scripts/sjis_gen.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698