summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-01-28 14:33:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-01-28 14:33:46 +0000
commit3f0b51776602c45e8aca991450fcbb30f2484ae5 (patch)
tree13b8b0ee6bea89f42633701628ee8bfccb798a37 /i18npool
parente184d2300fcf34a90f55b180a7666b86a63a4a8e (diff)
INTEGRATION: CWS i18n39 (1.8.4); FILE MERGED
2007/12/12 17:45:45 khong 1.8.4.3: b6634800# fix line break problem of dot after letter and before number 2007/12/08 01:05:52 khong 1.8.4.2: #i83649# fixed the problem of line break between quotation mark and open bracket 2007/12/07 23:44:30 khong 1.8.4.1: #i83464# fix the problem of line break between letter and 1326
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/breakiterator/data/line.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/i18npool/source/breakiterator/data/line.txt b/i18npool/source/breakiterator/data/line.txt
index 0f25caf485f5..e5d3ed832ce4 100644
--- a/i18npool/source/breakiterator/data/line.txt
+++ b/i18npool/source/breakiterator/data/line.txt
@@ -279,7 +279,7 @@ $OPcm $SP* $CANT_CM;
$OPcm $SP+ $CM+ $AL_FOLLOW?; # by rule 10, stand-alone CM behaves as AL
# LB 15
-$QUcm $SP* $OPcm;
+# $QUcm $SP* $OPcm;
# LB 16
$CLcm $SP* $NScm;
@@ -337,6 +337,7 @@ $NUcm $ALcm;
# LB 24
#
$PRcm $IDcm;
+$ALcm $PRcm;
$PRcm $ALcm;
$POcm $ALcm;
@@ -363,7 +364,7 @@ $ALcm $ALcm;
$CM+ $ALcm; # The $CM+ is from rule 10, and unattached CM is treated as AL
# LB 29
-$IScm $ALcm;
+$IScm ($ALcm | $NUcm);
#
# Rule 30 Do not break between letters, numbers or ordinary symbols
@@ -509,7 +510,7 @@ $SY $CM $SP+ $OP; # TODO: Experiment. Remove.
# LB 15
-$CM* $OP $SP* $CM* $QU;
+# $CM* $OP $SP* $CM* $QU;
# LB 16
$CM* $NS $SP* $CM* $CL;
@@ -557,6 +558,7 @@ $CM* $ALPlus $CM* $NU;
# LB 24
$CM* $ID $CM* $PR;
+$CM* $PR $CM* $ALPlus;
$CM* $ALPlus $CM* $PR;
$CM* $ALPlus $CM* $PO;
@@ -580,7 +582,7 @@ $CM* $ALPlus $CM* $ALPlus;
# LB 29
-$CM* $ALPlus $CM* $IS+ [^$SP];
+$CM* ($NU | $ALPlus) $CM* $IS+ [^$SP];
# LB 30
$CM* $OP $CM* ($NU | $ALPlus);