[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Command Window + utf-8
From: |
Markus Mützel |
Subject: |
Re: Command Window + utf-8 |
Date: |
Fri, 26 Feb 2021 13:17:56 +0100 |
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