[Libreoffice-commits] .: hyphen/hyphen-fdo43931.patch

László Németh nemeth at kemper.freedesktop.org
Tue Dec 27 05:16:38 PST 2011


 hyphen/hyphen-fdo43931.patch |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

New commits:
commit af366b733201bc3ed982e807c3ca4bc300b3700d
Author: László Németh <nemeth at numbertext.org>
Date:   Tue Dec 27 14:11:32 2011 +0100

    fdo43931 (fix for double hyphens)

diff --git a/hyphen/hyphen-fdo43931.patch b/hyphen/hyphen-fdo43931.patch
index 5299066..17e1320 100644
--- a/hyphen/hyphen-fdo43931.patch
+++ b/hyphen/hyphen-fdo43931.patch
@@ -1,10 +1,14 @@
---- misc/hyphen-2.8.3/hyphen.c	2011-12-22 23:37:55.929693094 +0000
-+++ misc/build/hyphen-2.8.3/hyphen.c	2011-12-22 23:38:32.294088592 +0000
-@@ -437,7 +437,7 @@
+--- misc//hyphen-2.8.3/hyphen.c	2011-10-10 15:49:33.000000000 +0200
++++ misc/build/hyphen-2.8.3/hyphen.c	2011-12-27 13:49:07.568283812 +0100
+@@ -435,9 +435,9 @@
+     }
+   } else if (k == 1) {
      /* default first level: hyphen and ASCII apostrophe */
-     if (!dict[0]->utf8) hnj_hyphen_load_line("NOHYPHEN '\n", dict[k], hashtab);
-     else hnj_hyphen_load_line("NOHYPHEN ',\xe2\x80\x93,\xe2\x80\x99\n", dict[k], hashtab);
+-    if (!dict[0]->utf8) hnj_hyphen_load_line("NOHYPHEN '\n", dict[k], hashtab);
+-    else hnj_hyphen_load_line("NOHYPHEN ',\xe2\x80\x93,\xe2\x80\x99\n", dict[k], hashtab);
 -    strcpy(buf, "1-1/=,1,1\n"); // buf rewritten by hnj_hyphen_load here
++    if (!dict[0]->utf8) hnj_hyphen_load_line("NOHYPHEN ',-\n", dict[k], hashtab);
++    else hnj_hyphen_load_line("NOHYPHEN ',\xe2\x80\x93,\xe2\x80\x99,-\n", dict[k], hashtab);
 +    strcpy(buf, "1-1\n"); // buf rewritten by hnj_hyphen_load here
      hnj_hyphen_load_line(buf, dict[k], hashtab); /* remove hyphen */
      hnj_hyphen_load_line("1'1\n", dict[k], hashtab); /* ASCII apostrophe */


More information about the Libreoffice-commits mailing list