From d678ab80b2987ddd696519a27dad5571c379b511 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 15 Jul 2012 02:01:41 -0700 Subject: Print UTF8_STRING properties as text if locale uses UTF-8 charset Signed-off-by: Alan Coopersmith Reviewed-by: Mark Kettenis --- scope.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scope.h') 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" -- cgit v1.2.1