diff options
author | sgeerken <devnull@localhost> | 2012-07-12 13:15:20 +0200 |
---|---|---|
committer | sgeerken <devnull@localhost> | 2012-07-12 13:15:20 +0200 |
commit | 2e9c1b2b921a249743b139e7cea3449e642ae30e (patch) | |
tree | 256f8b387dda15ded6d9407c98711ccca4760a2a /test/liang.cc | |
parent | fa1c054f17f6c71a5314e4c3e638c15aa33ec09c (diff) |
new file "unicode.hh" and "unicode.cc" for Unicode and UTF-8 issues
Diffstat (limited to 'test/liang.cc')
-rw-r--r-- | test/liang.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/liang.cc b/test/liang.cc index 026568d0..56e3bfea 100644 --- a/test/liang.cc +++ b/test/liang.cc @@ -30,6 +30,7 @@ int main (int argc, char *argv[]) hyphenateWord (&p, "JAHRHUNDERTROMAN"); hyphenateWord (&p, "„Jahrhundertroman“"); hyphenateWord (&p, "währenddessen"); + hyphenateWord (&p, "„währenddessen“"); hyphenateWord (&p, "Ückendorf"); hyphenateWord (&p, "über"); hyphenateWord (&p, "aber"); @@ -41,6 +42,7 @@ int main (int argc, char *argv[]) hyphenateWord (&p, "„Grundstücksverkehrsgenehmigungszuständigkeits" "übertragungsverordnung“"); hyphenateWord (&p, "Grundstücksverkehrsgenehmigungszuständigkeit"); + hyphenateWord (&p, "„Grundstücksverkehrsgenehmigungszuständigkeit“"); hyphenateWord (&p, "(6R,7R)-7-[2-(2-Amino-4-thiazolyl)-glyoxylamido]-3-" "(2,5-dihydro-6-hydroxy-2-methyl-5-oxo-1,2,4-triazin-3-yl-" "thiomethyl)-8-oxo-5-thia-1-azabicyclo[4.2.0]oct-2-en-2-" |