Displaying (in the prompt) latin characters, such as á, é, í, ó, ú, and, ão appears as question mark using MATLAB R2019b for Mac.

2 views (last 30 days)
Displaying latin characters, such as ~, á, é, í, ó, ú, and ão appears as a question mark ?, using MATLAB R2019b for Mac.
How can I solve this? Thank you.
Marcus.
  3 Comments
Walter Roberson
Walter Roberson on 16 Sep 2019
Preferences -> Fonts -> Desktop code font
On my system it is set to "Monospaced' 'Plain' 13
Do the characters how up if you request them with char() ?
>> char(224:254)
ans =
'àáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ'
>> 'àáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ'
ans =
'àáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ'

Sign in to comment.

Answers (0)

Categories

Find more on Structures in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!