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

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

[Octave-bug-tracker] [bug #59203] [octave forge] (io) Problem with xlsre


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #59203] [octave forge] (io) Problem with xlsread importing accent marks
Date: Fri, 9 Oct 2020 09:25:49 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36 Edg/85.0.564.70

Follow-up Comment #29, bug #59203 (project octave):

I am seeing the following:

>> load Unicode.xlsx-rsults_binary.mat
>> uint8 (poitxt{6})
ans =

  240  157  132  158

>> uint8 (comtxt{6})
ans =

  240  157  132  158

>> uint8 (unotxt{6})
ans =

  237  160  180  237  180  158

>> uint8 (octtxt{6})
ans =

  240  157  132  158


Yet on your screenshot, poitxt{6} seems to be incorrect...

Could you please read the files again with the POI and UNO interfaces and send
what you see for `uint8 (poitxt{6})` and `uint8 (unotxt{6})` (without saving
to a mat file!).

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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