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

[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/




reply via email to

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