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

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

[Octave-bug-tracker] [bug #32497] Matlab differences when using abbrevia


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #32497] Matlab differences when using abbreviated PROPERTY names
Date: Wed, 24 Mar 2021 08:08:36 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 Edg/89.0.774.57

Follow-up Comment #11, bug #32497 (project octave):

With respect to the UTF-8 error message:
char(176) is not valid UTF-8. The only valid single byte sequences in UTF-8
are for the codepoints it shares with ASCII (0-127).

You could convert to UTF-8 using, e.g.:

native2unicode(176, 'iso-8859-1');


Or depending on where the degree sign comes from, setting the .m file encoding
to 'iso-8859-1' might also help.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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