diff options
Diffstat (limited to 'hyphen')
-rw-r--r-- | hyphen/hyphen-2.7.1-2.8.3.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyphen/hyphen-2.7.1-2.8.3.patch b/hyphen/hyphen-2.7.1-2.8.3.patch index 047ce13608ac..51ab23a1dc20 100644 --- a/hyphen/hyphen-2.7.1-2.8.3.patch +++ b/hyphen/hyphen-2.7.1-2.8.3.patch @@ -243,7 +243,7 @@ + /* 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); -+ strcpy(buf, "1-1/=,1,1\n"); // buf rewritten by hnj_hyphen_load here ++ 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 */ + if (dict[0]->utf8) { |