[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #59495] Entering certain glyphs might leave th
From: |
Markus Mützel |
Subject: |
[Octave-bug-tracker] [bug #59495] Entering certain glyphs might leave the GUI command window irresponsive |
Date: |
Tue, 29 Nov 2022 13:28:50 -0500 (EST) |
Follow-up Comment #15, bug #59495 (project octave):
Try to assign those characters to a string and convert it to double. E.g., for
Alt+0226:
>> a='â'
a = â
>> double(a)
ans =
195 162
>>
It looks like the parser stops at the first byte that it doesn't understand.
It might be easier for a user to understand if it displayed the entire UTF-8
byte sequence of the complete code point.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?59495>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/