changeset 16232:636fd9832f31

gui: removed setlocale LC_ALL before starting the interpreter * octave-main-thread.cc (run): do not set the locale (LC_ALL) to en_US
author Torsten <ttl@justmail.de>
date Sat, 09 Mar 2013 14:14:25 +0100
parents 2b15ae55c721
children eadb541f5075
files libgui/src/octave-adapter/octave-main-thread.cc
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/octave-adapter/octave-main-thread.cc	Sat Mar 09 02:02:22 2013 -0500
+++ b/libgui/src/octave-adapter/octave-main-thread.cc	Sat Mar 09 14:14:25 2013 +0100
@@ -39,7 +39,6 @@
 void
 octave_main_thread::run ()
 {
-  setlocale (LC_ALL, "en_US.UTF-8");
   // Matlab uses "C" locale for LC_NUMERIC class regardless of local setting
   setlocale (LC_NUMERIC, "C");