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: Wed, 22 Jan 2014 19:12:01 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:26.0) Gecko/20100101 Firefox/26.0

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

Here is what I obtain in the gui :


>> char (233)
ans = �
>> char (126:255)
ans =
~��������������������������������������������������������������������������������������������������������������������������������
>> val = double ("é")
val =

   195   169

>> char (val)
ans = é
>> sprintf ("é")
ans = é


So that the command window :
 - accepts the input "é" : it's not a key sequence, but a proper key on my
keyboard, 
 - displays "é" fine, 
 - *does not display "é"* as a result of "char (233)" (in CLI neither) but
"?", same for any character from 128:255. 
 - *does display "é"* as a result of "char (double ("é"))".

I am not able to interpret the last 2 points, and I am not sure any of those
is related to this particular bug. 

The problem is that e.g. opening bracket (BTW it's an ascii character, 91),
can be displayed but once you know how to input it :-)




 




    _______________________________________________________

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]