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

Unified Diff: scripts/eucjp_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 | « patches/gb_table.patch ('k') | scripts/sjis_gen.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/eucjp_gen.sh
diff --git a/scripts/eucjp_gen.sh b/scripts/eucjp_gen.sh
index 853347cb6233d9a080138df24fc8722acb42206c..bb6b8560bc9fefba344e15c6bda8d891a742a4b4 100755
--- a/scripts/eucjp_gen.sh
+++ b/scripts/eucjp_gen.sh
@@ -99,6 +99,7 @@ function unsorted_table {
jis212
echo '<U00A5> \x5C |1'
echo '<U203E> \x7E |1'
+ echo '<U2212> \xA1\xDD |1'
}
wget -N -r -nd https://encoding.spec.whatwg.org/index-jis0208.txt
« no previous file with comments | « patches/gb_table.patch ('k') | scripts/sjis_gen.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698