From 61c58bd97a4bf9d217bd5e29ec3f76f92e398360 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Sat, 9 Oct 2010 14:38:41 -0400 Subject: Use utf8encode/utf8decode (instead of mbrtowc/wcrtomb) for smallcaps. With these functions there's no need to alter the locale. --- src/dillo.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/dillo.cc') diff --git a/src/dillo.cc b/src/dillo.cc index d80798ed..3159674e 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -369,9 +369,6 @@ int main(int argc, char **argv) } } - /* We use utf-8 internally, force character conversions follow suit */ - setlocale (LC_CTYPE, "en_US.utf8"); - fltk::run(); /* -- cgit v1.2.3