aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/chars.in
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-08-29 11:36:49 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-08-29 11:36:49 +0000
commit1eb9c4523f63f5de5ae16bb140a12268511461a2 (patch)
tree15a6df75bb5a5e8c6dddd8aae4675be3205942c7 /chars.in
parente5b395c743b2bac472ad457fa3dd62a5956261c6 (diff)
downloadmandoc-1eb9c4523f63f5de5ae16bb140a12268511461a2.tar.gz
mandoc-1eb9c4523f63f5de5ae16bb140a12268511461a2.tar.zst
mandoc-1eb9c4523f63f5de5ae16bb140a12268511461a2.zip
Remove the pod2man table entries. They can now be properly read and
assigned within the pod2man preamble.
Diffstat (limited to 'chars.in')
-rw-r--r--chars.in13
1 files changed, 3 insertions, 10 deletions
diff --git a/chars.in b/chars.in
index 3c7db90c..c1623637 100644
--- a/chars.in
+++ b/chars.in
@@ -1,4 +1,4 @@
-/* $Id: chars.in,v 1.33 2010/08/16 09:51:17 kristaps Exp $ */
+/* $Id: chars.in,v 1.34 2010/08/29 11:36:49 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -322,8 +322,8 @@ CHAR("fi", "fi", 64257)
CHAR("fl", "fl", 64258)
CHAR("Fi", "ffi", 64259)
CHAR("Fl", "ffl", 64260)
-BOTH("AE", "AE", 198)
-BOTH("ae", "ae", 230)
+CHAR("AE", "AE", 198)
+CHAR("ae", "ae", 230)
CHAR("OE", "OE", 338)
CHAR("oe", "oe", 339)
CHAR("ss", "ss", 223)
@@ -360,13 +360,6 @@ STRING("^", "^", 94)
STRING(",", ",", 44)
STRING("~", "~", 126)
STRING("/", "/", 47)
-STRING(":", "\"", 776)
-STRING("8", "B", 946)
-STRING("o", "o", 176)
-STRING("D-", "D", 208)
-STRING("d-", "o", 240)
-STRING("Th", "b", 222)
-STRING("th", "b", 254)
/* Old style. */
STRING("Am", "&", 38)