Re: UTF16 and UTF32 characters in MAT files
"Markus Mützel" <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.maintainers |
|---|---|
| Message-ID | <trinity-fa36af8f-7d4e-48ac-a159-c6478f358046-1589445181706@3c-app-gmx-bap34> |
Am 25. Februar 2020 um 22:27 Uhr schrieb "John W. Eaton": > Is there anything better we can do than issuing the warning > > load: can not read non-ASCII portions of UTF characters; replacing > unreadable characters with '?' > > when miUTF16 or miUTF32 characters from MAT files? > > Similarly for the warning > > load: can not read multi-byte encoded UTF8 characters; replacing > unreadable characters with '?' > > when reading multi-byte UTF8 characters? Sorry for answering so late. We could probably do better for this. Do you have files and code snippets to reproduce? Markus