Re: transposing comma problem

Torsten Lilge via Octave-maintainers <[email protected]> Sat, 01 May 2021 09:32:56 +0200
Newsgroups gmane.comp.gnu.octave.maintainers
Message-ID <[email protected]>
On Fri, 2021-04-30 at 14:38 -0700, Hamed Shakouri wrote:
> Interesting is that when I try to run the lines including
> these apostrophes by F9 (Run the selection) from the file, it runs
> with no error. 
> I realized that "sometimes" in my last email means when running the
> entire saved script/function.

This looks as if there is a mismatch between the character encoding of
the gui and the interpreter. What do the commands

__mfile_encoding__
__locale_charset__

in the octave console give for you?

Torsten