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

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

[Octave-bug-tracker] [bug #41124] Some keyboard layouts cannot input cha


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #41124] Some keyboard layouts cannot input characters
Date: Fri, 10 Jan 2014 07:49:57 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:26.0) Gecko/20100101 Firefox/26.0

Follow-up Comment #8, bug #41124 (project octave):

Indded that is what I obtain in the gui terminal:


>>  = pi  % vari303241vel
var =  3.1416
>> vari303241vel = pi
error: invalid character '�' (ASCII 195) near line 1, column 6
parse error:

  syntax error

>>> variável = pi
        ^


For the reference here is what I obtain if I paste those commands in the apple
terminal in cli mode (where every keyboard input work as expected):


octave:124> var = pi  % variável
var =  3.1416
octave:125> variável = pi
error: invalid character '?' (ASCII 195) near line 1, column 6
parse error:

  syntax error

>>> variável = pi
        ^


Sorry but what does this show ? 
gui terminal does not accept/display non ascii characters whereas apple
terminal does ?  

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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