octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49339] False error reports while producing la


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #49339] False error reports while producing latex with non-ascii chars under gnuplot
Date: Thu, 17 Nov 2016 05:51:08 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #2, bug #49339 (project octave):

I've written a compiled oct file to test what the current locale is at the C
library level, and I've tried running octave-cli with and without the --norc
and --no-line-editing option. The only way I get get the LC_CTYPE facet to be
uninitialized is with octave-cli --no-line-editing. Is this how you are
running Octave?

If Octave runs itself as a QApplication, then the locale is initialized by Qt.
If Octave runs with readline enabled, then readline initializes the locale
from the environment when it is initialized. It is only in this niche corner
case where Octave is run without either Qt or readline that the locale may not
be initialized properly before the interpreter runs.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49339>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]