changeset 15922:a15b581ce6b1

gui: locale back to en_US.UTF-8 for correct character repres. in file dialogs *octave-main-thread.cc(run): set locale back to en_US.UTF-8
author Torsten <ttl@justmail.de>
date Thu, 10 Jan 2013 20:59:28 +0100
parents d4671167972b
children a5b0685c6b01
files libgui/src/octave-adapter/octave-main-thread.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/octave-adapter/octave-main-thread.cc	Thu Jan 10 10:47:17 2013 -0500
+++ b/libgui/src/octave-adapter/octave-main-thread.cc	Thu Jan 10 20:59:28 2013 +0100
@@ -38,7 +38,7 @@
 void
 octave_main_thread::run ()
 {
-  setlocale (LC_ALL, "C");
+  setlocale (LC_ALL, "en_US.UTF-8");
 
   emit ready ();