Re: Command Window + utf-8
Markus Mützel <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <trinity-4db52e1d-e657-4a17-b513-ddb67692a903-1614341875983@3c-app-gmx-bs34> |
Am 25. Februar 2021 um 21:57 Uhr schrieb "Dainius V.": > > What do you see for the following commands in Octave? > > __mfile_encoding__ > > __locale_charset__ > > Octave CW: > >> __mfile_encoding__ > ans = utf-8 > >> __locale_charset__ > ans = CP1257 > > If I understand correctly, it is wrong with __locale_charset__ value. How to change it? That looks good to me. Are you sure the file you are testing with is actually encoded in UTF-8? Could you please attach the file that produces the wrong output for you? Markus