[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.
--
- Re: How can I get an angstrom symbol in Octave?, (continued)
- Re: How can I get an angstrom symbol in Octave?, Brett Green, 2019/09/22
- Re: How can I get an angstrom symbol in Octave?, Doug Stewart, 2019/09/22
- Re: How can I get an angstrom symbol in Octave?, Dmitri A. Sergatskov, 2019/09/22
- Re: How can I get an angstrom symbol in Octave?, Brett Green, 2019/09/22
- Re: How can I get an angstrom symbol in Octave?, Dmitri A. Sergatskov, 2019/09/22
- Re: How can I get an angstrom symbol in Octave?, Brett Green, 2019/09/22
- Re: How can I get an angstrom symbol in Octave?, Przemek Klosowski, 2019/09/24
- Re: How can I get an angstrom symbol in Octave?, Brett Green, 2019/09/24
Re: How can I get an angstrom symbol in Octave?, Markus Mützel, 2019/09/22