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

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

[Octave-bug-tracker] [bug #48306] Single quote appearing as "â" in docum


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #48306] Single quote appearing as "â" in documentation on Windows
Date: Fri, 8 Jul 2016 16:05:35 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0

Follow-up Comment #4, bug #48306 (project octave):

Aside from the command window, our usage of Qt should be very
platform-agnostic.

The Octave command window is currently implemented as a operating system
"terminal" or "console" interface, instead of a "text area" for example.

The POSIX terminal interface is a somewhat archaic but general purpose
mechanism, and most operating systems support it, except for Windows. So the
command window implementation for Windows uses Windows-specific calls to open
a "console" and manipulate it, while the "Unix" command window implementation
allocates a terminal.

A future version of the GUI may change to use a Qt text area for the command
window, handle all keyboard interaction through Qt, manage command history
recall and editing using Qt, etc. This would make the GUI completely
platform-agnostic.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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