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

Unified Diff: chrome/browser/chromeos/input_method/input_method_util.cc

Issue 25737006: Change IME indicator character from U+9177 to U+6CE8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | « no previous file | chrome/browser/chromeos/input_method/input_method_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/input_method_util.cc
diff --git a/chrome/browser/chromeos/input_method/input_method_util.cc b/chrome/browser/chromeos/input_method/input_method_util.cc
index 609dfb7cb48042b3a09611de924838b92da4fb6d..f1209d781d745f886a6c4ac90771c899d2d85f47 100644
--- a/chrome/browser/chromeos/input_method/input_method_util.cc
+++ b/chrome/browser/chromeos/input_method/input_method_util.cc
@@ -59,9 +59,9 @@ const struct {
// For traditional Chinese input methods
{ "mozc-chewing", "\xe9\x85\xb7" }, // U+9177
{ "_comp_ime_ekbifjdfhkmdeeajnolmgdlmkllopefizh-hant-t-i0-und",
- "\xe9\x85\xb7" }, // U+9177
+ "\xE6\xB3\xA8" }, // U+6CE8
{ "_comp_ime_goedamlknlnjaengojinmfgpmdjmkooozh-hant-t-i0-und",
- "\xe9\x85\xb7" }, // U+9177
+ "\xE6\xB3\xA8" }, // U+6CE8
{ "m17n:zh:cangjie", "\xe5\x80\x89" }, // U+5009
{ "_comp_ime_aeebooiibjahgpgmhkeocbeekccfknbjzh-hant-t-i0-cangjie-1987",
"\xe5\x80\x89" }, // U+5009
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/input_method_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698