summaryrefslogtreecommitdiff
path: root/src/libs/libgroff/glyphuni.cpp
diff options
context:
space:
mode:
authorwl <wl>2006-02-23 20:07:25 +0000
committerwl <wl>2006-02-23 20:07:25 +0000
commit1289ecd2362351e12c3afc3bb907edb401d367b7 (patch)
tree4420f6b7f48a6f793c8d4fa4daee020ee207c0d9 /src/libs/libgroff/glyphuni.cpp
parenta9494c447c55365041c9288b9977b41fecc4bc24 (diff)
downloadgroff-1289ecd2362351e12c3afc3bb907edb401d367b7.tar.gz
Remove all remaining traces from the `shc' glyph.
* src/libs/libgroff/glyphuni.cpp (glyph_to_unicode_list), src/libs/libgroff/uniglyph.cpp (unicode_to_glyph_list): Remove entry for `shc'. * font/devlatin1/R.proto, font/devcp1046/R.proto: Replace `shc' entry with unnamed glyph. * tmac/html/tmac: Remove `shc' entry from call to `.cflags'. * src/preproc/preconv/preconv.cpp (unicode_entity): Handle U+00AD specially.
Diffstat (limited to 'src/libs/libgroff/glyphuni.cpp')
-rw-r--r--src/libs/libgroff/glyphuni.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/libgroff/glyphuni.cpp b/src/libs/libgroff/glyphuni.cpp
index bf4a2a73..8cff29de 100644
--- a/src/libs/libgroff/glyphuni.cpp
+++ b/src/libs/libgroff/glyphuni.cpp
@@ -173,7 +173,8 @@ struct S {
{ "Fo", "00AB" },
{ "no", "00AC" },
{ "tno", "00AC" },
- { "shc", "00AD" },
+// The soft hypen U+00AD is meaningful only in the input file,
+// not in the output.
{ "rg", "00AE" },
{ "a-", "00AF" },
{ "de", "00B0" },