aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-05-20 15:48:22 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-05-20 15:48:22 +0000
commitb2f39fae68970f2ba88e13f91f76cc3d0efd418a (patch)
tree3688c0cb9f53647505bcd55d2a334cc4415b903e /term.h
parent9bfe80df94664d8fccdb79c6ef919dc90956e925 (diff)
downloadmandoc-b2f39fae68970f2ba88e13f91f76cc3d0efd418a.tar.gz
mandoc-b2f39fae68970f2ba88e13f91f76cc3d0efd418a.tar.zst
mandoc-b2f39fae68970f2ba88e13f91f76cc3d0efd418a.zip
Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and does
little else. Also remove the check for __STDC_ISO_10646__. It turns out that very few systems---even those that support it---actually declare this and it's just causing problems instead of being useful.
Diffstat (limited to 'term.h')
-rw-r--r--term.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/term.h b/term.h
index dc3945ec..130024de 100644
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/* $Id: term.h,v 1.84 2011/05/17 14:38:34 kristaps Exp $ */
+/* $Id: term.h,v 1.85 2011/05/20 15:48:22 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -23,7 +23,8 @@ struct termp;
enum termenc {
TERMENC_ASCII,
- TERMENC_LOCALE
+ TERMENC_LOCALE,
+ TERMENC_UTF8
};
enum termtype {