diff options
author | wl <wl> | 2009-12-31 07:49:45 +0000 |
---|---|---|
committer | wl <wl> | 2009-12-31 07:49:45 +0000 |
commit | 972c7dbfe69d8befc79cecfb1c8777e653078618 (patch) | |
tree | 75787832b8aa015f64c3192aad0a6de72ae2041d /man | |
parent | be095a293e09eae67254f59ce878b1a36233b447 (diff) | |
download | groff-972c7dbfe69d8befc79cecfb1c8777e653078618.tar.gz |
Make patterns with uppercase letters work.
Problem reported by Bjarni Ingi Gislason <bjarniig@rhi.hi.is>.
* src/roff/troff/input.cpp (init_hpf_code_table): Use `cmlower'.
* doc/groff.texinfo, man/groff_diff.man: Update documentation of
`hpfcode' request.
Diffstat (limited to 'man')
-rw-r--r-- | man/groff_diff.man | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/groff_diff.man b/man/groff_diff.man index 45c76a0d..047b983e 100644 --- a/man/groff_diff.man +++ b/man/groff_diff.man @@ -1599,6 +1599,10 @@ Use the request to map the encoding used in hyphenation patterns files to .BR groff 's input encoding. +. +By default, everything maps to itself except letters `A' to `Z' which +map to `a' to `z'. +. .IP The set of hyphenation patterns is associated with the current language set by the |