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

Unified Diff: source/data/brkitr/line.txt

Issue 292123005: Add a few words to cjdict.txt (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu52/
Patch Set: Created 6 years, 7 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 | « source/data/brkitr/cjdict.txt ('k') | source/data/in/icudtl.dat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/brkitr/line.txt
===================================================================
--- source/data/brkitr/line.txt (revision 268566)
+++ source/data/brkitr/line.txt (working copy)
@@ -14,8 +14,6 @@
# CHROME: 1. Use line_ja.txt to apply small kana rules in all locales.
# 2. Adjust CL, OP, and IS to handle 'comma-variants' consistently.
-# 3. Adjust CL, QU, and OP to handle quotation marks around Chinese
-# characters.
!!chain;
!!LBCMNoChain;
@@ -65,8 +63,7 @@
$B2 = [:LineBreak = Break_Both:];
$CB = [:LineBreak = Contingent_Break:];
$CJ = [:LineBreak = Conditional_Japanese_Starter:];
-$QU2CL = [\u2019\u201D\u275C\u275E];
-$CL = [[:LineBreak = Close_Punctuation:] [\uFE51\uFE10\u23B5] $QU2CL];
+$CL = [[:LineBreak = Close_Punctuation:] [\uFE51\uFE10\u23B5]];
$CM = [:LineBreak = Combining_Mark:];
$CP = [:LineBreak = Close_Parenthesis:];
$CR = [:LineBreak = Carriage_Return:];
@@ -86,11 +83,10 @@
$NL = [:LineBreak = Next_Line:];
$NS = [:LineBreak = Nonstarter:];
$NU = [:LineBreak = Numeric:];
-$QU2OP = [\u2018\u201B\u201C\u201F\u275B\u275D];
-$OP = [[:LineBreak = Open_Punctuation:] \u23B4 $QU2OP];
+$OP = [[:LineBreak = Open_Punctuation:] \u23B4];
$PO = [:LineBreak = Postfix_Numeric:];
$PR = [:LineBreak = Prefix_Numeric:];
-$QU = [[:LineBreak = Quotation:] - $QU2CL - $QU2OP];
+$QU = [:LineBreak = Quotation:];
$RI = [:LineBreak = Regional_Indicator:];
$SA = [:LineBreak = Complex_Context:];
$SG = [:LineBreak = Surrogate:];
« no previous file with comments | « source/data/brkitr/cjdict.txt ('k') | source/data/in/icudtl.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698