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

Issue 275913002: Use the root locale instead of the system default locale. (Closed)

Created:
6 years, 7 months ago by roubert
Modified:
6 years, 7 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Use the root locale instead of the system default locale. ChromeStringCanonicalizer does case and diacritic insensitive string comparison through an ICU Collator. To get general Unicode character rules, the root locale should be used. The system default locale is different from system to system, and using that will cause the code to break when executed on a system where it doesn't have the properties that this code assumes. This change also adds #include statemens for all ICU header files from which the code in this file uses declarations. R=rouslan@chromium.org BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269601

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M third_party/libaddressinput/chromium/canonicalize_string.cc View 2 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
roubert
6 years, 7 months ago (2014-05-09 15:13:59 UTC) #1
please use gerrit instead
lgtm, thank you!
6 years, 7 months ago (2014-05-09 16:06:14 UTC) #2
please use gerrit instead
The CQ bit was checked by rouslan@chromium.org
6 years, 7 months ago (2014-05-09 16:06:19 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/roubert@google.com/275913002/1
6 years, 7 months ago (2014-05-09 16:10:54 UTC) #4
commit-bot: I haz the power
6 years, 7 months ago (2014-05-10 18:43:38 UTC) #5
Message was sent while issue was closed.
Change committed as 269601

Powered by Google App Engine
This is Rietveld 408576698