summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-07-15 02:01:41 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-10-02 22:16:08 -0700
commitd678ab80b2987ddd696519a27dad5571c379b511 (patch)
tree58edc1ba4455426cf4545bc838aadece8ca8cffd /scope.h
parent95a96dbdc483d9dc6371f52a9e41771a64d23aed (diff)
downloadxscope-d678ab80b2987ddd696519a27dad5571c379b511.tar.gz
Print UTF8_STRING properties as text if locale uses UTF-8 charset
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scope.h b/scope.h
index 2fb627d..8dc6b31 100644
--- a/scope.h
+++ b/scope.h
@@ -121,7 +121,8 @@ extern char HandleSIGUSR1;
extern char Leader[];
extern long ServerBasePort;
extern char ScopeEnabled;
-extern long TranslateText;
+extern char TranslateText;
+extern char IsUTF8locale;
#include "proto.h"