[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #50409] Octave CLI should use UTF-8 at command
From: |
Lucas Fehlau Arbulu |
Subject: |
[Octave-bug-tracker] [bug #50409] Octave CLI should use UTF-8 at command prompt |
Date: |
Sat, 5 Nov 2022 15:03:18 -0400 (EDT) |
Follow-up Comment #1, bug #50409 (project octave):
There's /src/main-cli.cc, which includes "octave.h", from libinterp/octave.h
and its corresponding implementation libinterp/octave.cc.
That looks like a good place to start looking to see if there's any lower
level file this should correspond to.
Also, I don't understand the role of `OCTAVE_HAVE_WINDOWS_UTF8_LOCALE`, which
seems to depend on `__MSVCRT_VERSION__`, so on the machine doing the
compilation. Shouldn't this depend on the Windows version, as is checked in
the GUI version of this? Anyway, found the commit
https://github.com/gnu-octave/octave/commit/b70358e7fd78cedab82638da5165579a777ebf1a
Related issues: https://savannah.gnu.org/bugs/?47571 (CLI)
https://savannah.gnu.org/bugs/?42036 (dealing with the GUI version of this
problem, IIUC)
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?50409>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #50409] Octave CLI should use UTF-8 at command prompt,
Lucas Fehlau Arbulu <=