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

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

[Octave-bug-tracker] [bug #48733] Special characters improperly displaye


From: Floris Van de Vijver
Subject: [Octave-bug-tracker] [bug #48733] Special characters improperly displayed.
Date: Mon, 6 May 2019 05:03:09 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36

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

can this be reopened?
is see similar issues in 5.1.0 (Windows 64-bit):


function test_function()
    fprintf('Temp=%d°\n', 3)    
    fprintf('dist=%dµm\n', 5)
end


results in 

>> test_function

Temp=3°
dist=5µm


another strange thing is that i can not even copy the line from the editor
into the command window

fprintf('Temp=%d°\n', 3)


in the command window. when pasted (and executed) in the command window it
looks like

>> fprintf('Temp=%d\n', 3)
Temp=3


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?48733>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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