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

Side by Side Diff: patches/uspoof.patch

Issue 2499493002: Cherry pick 2 more patches from the upstream (Closed)
Patch Set: Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « patches/greek_upper.patch ('k') | source/common/ucasemap.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Index: source/i18n/uspoof.cpp
2 ===================================================================
3 --- source/i18n/uspoof.cpp (revision 39492)
4 +++ source/i18n/uspoof.cpp (revision 39493)
5 @@ -646,13 +646,6 @@
6 return dest;
7 }
8
9 - // Check that at least one of the CONFUSABLE flags is turned on. If not,
10 - // return an error.
11 - if ((This->fChecks & USPOOF_CONFUSABLE) == 0) {
12 - *status = U_ILLEGAL_ARGUMENT_ERROR;
13 - return dest;
14 - }
15 -
16 UnicodeString nfdId;
17 gNfdNormalizer->normalize(id, nfdId, *status);
18
OLDNEW
« no previous file with comments | « patches/greek_upper.patch ('k') | source/common/ucasemap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698