diff options
author | Sebastian Geerken <devnull@localhost> | 2012-12-05 12:59:19 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-12-05 12:59:19 +0100 |
commit | 2a375b1193544aeb215b12d31066f5b1099084a5 (patch) | |
tree | 2f4ea7ac7aef958e1257ee370cb8cf0008a1b1d7 /test | |
parent | 9931f73e91bde579357365a3e089834cf23839a3 (diff) |
Hyphenation regard characters, not bytes, at the end.
Diffstat (limited to 'test')
-rw-r--r-- | test/liang.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/liang.cc b/test/liang.cc index 4ed717ee..1f08f95c 100644 --- a/test/liang.cc +++ b/test/liang.cc @@ -50,6 +50,7 @@ int main (int argc, char *argv[]) hyphenateWord (&p, "Abtei-Stadt"); hyphenateWord (&p, "Nordrhein-Westfalen"); hyphenateWord (&p, "kurz\xc2\xa0und\xc2\xa0knapp"); + hyphenateWord (&p, "weiß"); return 0; } |