aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/chars.in
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-03-16 22:49:55 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-03-16 22:49:55 +0000
commit5f667cb96bf059ee563949cb5cbc804858bc8214 (patch)
tree3e2ab3a7e9c3aedc11863a5622ff99a4ee2281a6 /chars.in
parent4adbbeb6168202a6ba7110c9b12af88aa1f7f628 (diff)
downloadmandoc-5f667cb96bf059ee563949cb5cbc804858bc8214.tar.gz
mandoc-5f667cb96bf059ee563949cb5cbc804858bc8214.tar.zst
mandoc-5f667cb96bf059ee563949cb5cbc804858bc8214.zip
o diaeresis is 246 (U+00F6)
from Christian Weisgerber <naddy at openbsd dot org>
Diffstat (limited to 'chars.in')
-rw-r--r--chars.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/chars.in b/chars.in
index 63d9fb41..f628960c 100644
--- a/chars.in
+++ b/chars.in
@@ -1,4 +1,4 @@
-/* $Id: chars.in,v 1.35 2010/09/15 13:10:30 kristaps Exp $ */
+/* $Id: chars.in,v 1.36 2011/03/16 22:49:55 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -187,7 +187,7 @@ CHAR(":U", "U", 220)
CHAR(":a", "a", 228)
CHAR(":e", "e", 235)
CHAR(":i", "i", 239)
-CHAR(":o", "o", 245)
+CHAR(":o", "o", 246)
CHAR(":u", "u", 252)
CHAR(":y", "y", 255)
CHAR("\'A", "A", 193)