|
From: | Markus Mützel |
Subject: | [Octave-bug-tracker] [bug #65523] Displaying some special character (for example char(181) 'µ') disable the display in the console. |
Date: | Wed, 27 Mar 2024 12:54:15 -0400 (EDT) |
Follow-up Comment #1, bug #65523 (group octave): Octave's "base" encoding is UTF-8. `char(181)` is invalid UTF-8. Having said that: It doesn't break the console for me. It just displays the replacement character ('�'). But the command window widget is still responsive and shows the result of subsequent commands. >> char(181) ans = � >> a = "a" a = a >> Did you set the default console to the "Windows Console Host"? See: https://octave.discourse.group/t/workaround-for-weird-behavior-of-command-window-widget-in-windows/4981 _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?65523> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |