diff options
author | John Ankarström <john@ankarstrom.se> | 2021-01-28 21:33:30 +0000 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-01-28 21:33:30 +0000 |
commit | 51b5b02f52cc6f314029f3f2fe97afdc26ba0f25 (patch) | |
tree | 711d1efadeb78ad9b2d9f7b629350358838bc626 /patch/troff-hyphenate-latin-1-fixed/readme | |
parent | f3fd330cddade1c66d0f101d5cc6f657c4cd1bb6 (diff) | |
download | plan9-51b5b02f52cc6f314029f3f2fe97afdc26ba0f25.tar.gz |
Add various patches
Diffstat (limited to 'patch/troff-hyphenate-latin-1-fixed/readme')
-rw-r--r-- | patch/troff-hyphenate-latin-1-fixed/readme | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/patch/troff-hyphenate-latin-1-fixed/readme b/patch/troff-hyphenate-latin-1-fixed/readme new file mode 100644 index 0000000..0d3bd32 --- /dev/null +++ b/patch/troff-hyphenate-latin-1-fixed/readme @@ -0,0 +1,9 @@ +Add support for Latin-1 characters in hyphenation algorithm + +Ideally, it would support UTF-8, but Latin-1 is a big improvement +over ASCII nonetheless. + +This patch disables the suffix function, which I haven't (yet) gotten +to work with Latin-1. Suffix is, however, hard-coded for English, +and, in any case, I'm not sure how important it is. In the meantime, +it isn't a huge loss. |