From 6f2e3b88649543d625b76ac5542dd8838b28f0b1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 12 Feb 2009 02:34:39 -0400 Subject: Properly handle UTF-8 characters in commodity strings. --- src/system.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/system.hh') diff --git a/src/system.hh b/src/system.hh index bffd041c..96b574e5 100644 --- a/src/system.hh +++ b/src/system.hh @@ -138,10 +138,7 @@ typedef std::ostream::pos_type ostream_pos_type; #include #include #include "sha1.h" -#define SUPPORT_UNICODE 1 -#if defined(SUPPORT_UNICODE) #include "utf8.h" -#endif #ifdef HAVE_LIBEDIT #include -- cgit v1.2.3