help-octave
[Top][All Lists]
Advanced

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

Re: How can I get an angstrom symbol in Octave?


From: Dmitri A. Sergatskov
Subject: Re: How can I get an angstrom symbol in Octave?
Date: Sun, 22 Sep 2019 11:43:11 -0500

On Sun, Sep 22, 2019 at 11:36 AM Brett Green <address@hidden> wrote:
>
> Ah, I see - that will be helpful for simplifying my code in the future. So 
> far, I'd just been using \\ when I wanted the character \ in a string. I 
> tried this:
>
> __mfile_encoding__ ("iso-8859-1");
> clear functions
> title('\AA',"interpreter","tex")
>
> and had the same result as before. Doug was able to find a solution in 
> another thread, though. Thank you!
>
> - Brett Green

You are mixing two different approaches to this problem.
__mfile_encoding__ should help with cut-n-paste
approach (when you put non-ASCII characters in your m-file).

Dmitri.
--



reply via email to

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