[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #47571] Problem with umlaut in command line
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #47571] Problem with umlaut in command line |
Date: |
Thu, 31 Mar 2016 15:22:18 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0 |
Follow-up Comment #6, bug #47571 (project octave):
Situation: wchar_t and std::wstring are almost never needed in Linux & Mac,
where UTF-8 is used. Using wchar_t and std::wstring are common in Windows,
which uses UTF-16.
Option 1: keep Octave as it is, and configure the OS to convert UTF encodings
as needed. Can be painful for the user if they use legacy software that needs
Windows-1252 encoding. Otherwise, converting everything to UTF-8 will help, as
described here: http://www.utf8everywhere.org/
Option 2: make extensive use of typedefs or (worse) #IFDEF statements where
needed to support cross-platform UTF encoding differences. Very complicated
and not practical.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47571>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, anonymous, 2016/03/30
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, Kai Torben Ohlhus, 2016/03/30
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, anonymous, 2016/03/30
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, anonymous, 2016/03/31
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, Armin Müller, 2016/03/31
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, John W. Eaton, 2016/03/31
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line,
anonymous <=
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, Mike Miller, 2016/03/31
- [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line, anonymous, 2016/03/31