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

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

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 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/line.txt ('k') | source/data/brkitr/line_ja.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/brkitr/line_fi.txt
diff --git a/source/data/brkitr/line_fi.txt b/source/data/brkitr/line_fi.txt
index adf78bd3887404c8c429c6f4fb16167f11501db9..0f1047512094376b44b378cc740953ba638e1c9d 100644
--- a/source/data/brkitr/line_fi.txt
+++ b/source/data/brkitr/line_fi.txt
@@ -1,16 +1,21 @@
-# Copyright (c) 2002-2013 International Business Machines Corporation and
+# Copyright (c) 2002-2015 International Business Machines Corporation and
# others. All Rights Reserved.
#
# file: line_fi.txt
#
# Line Breaking Rules
# Implement default line breaking as defined by
-# Unicode Standard Annex #14 Revision 29 for Unicode 6.2
+# Unicode Standard Annex #14 Revision 34 for Unicode 8.0
# http://www.unicode.org/reports/tr14/
+# tailored as noted in 2nd paragraph below..
#
# TODO: Rule LB 8 remains as it was in Unicode 5.2
# This is only because of a limitation of ICU break engine implementation,
# not because the older behavior is desirable.
+#
+# This tailors the line break behavior for Finnish, while otherwise behaving
+# per UAX 14 which corresponds to CSS line-break=strict (BCP47 -u-lb-strict).
+# It sets characters of class CJ to behave like NS.
#
# Character Classes defined by TR 14.
@@ -355,6 +360,7 @@ $SYcm $HLcm;
# LB 22
($ALcm | $HLcm) $INcm;
$CM+ $INcm; # by rule 10, any otherwise unattached CM behaves as AL
+$EXcm $INcm;
$IDcm $INcm;
$INcm $INcm;
$NUcm $INcm;
@@ -594,6 +600,7 @@ $CM* $HL $CM* $SY;
# LB 22
$CM* $IN $CM* ($ALPlus | $HL);
+$CM* $IN $CM* $EX;
$CM* $IN $CM* $ID;
$CM* $IN $CM* $IN;
$CM* $IN $CM* $NU;
« no previous file with comments | « source/data/brkitr/line.txt ('k') | source/data/brkitr/line_ja.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698