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

Unified Diff: scripts/sjis_gen.sh

Issue 1162723008: Add U+2212 to Japanese converters and update GBK/gb18030 aliases/tables (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: README.chromium updated Created 5 years, 6 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
« no previous file with comments | « scripts/eucjp_gen.sh ('k') | source/data/in/icudtl.dat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/sjis_gen.sh
diff --git a/scripts/sjis_gen.sh b/scripts/sjis_gen.sh
index b98bf8065835a7dc8d9d71774fe7a70c479c5673..faedbcae120e576d13494b72ccbb255a7704c5a7 100755
--- a/scripts/sjis_gen.sh
+++ b/scripts/sjis_gen.sh
@@ -122,6 +122,7 @@ function unsorted_table {
eudc "0x80" "0xFC" "0x41"
echo '<U00A5> \x5C |1'
echo '<U203E> \x7E |1'
+ echo '<U2212> \x81\x7C |1'
}
wget -N -r -nd https://encoding.spec.whatwg.org/index-jis0208.txt
« no previous file with comments | « scripts/eucjp_gen.sh ('k') | source/data/in/icudtl.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698