Skip to content

matlab-shell-run-code-section has ha problem with UTF8/latin1 #25

Open
@ouboub

Description

@ouboub

Please consider the following trivial .m file called example.m

%% 
fprintf('* Paso 2: Calculamos la región de aceptación $R_A$.\n\n')

What works

  1. I open matlab indenpendent from emacs, and fire this command in the command line. Everything works
  2. I open emacs start matlab, matlab-shell the command example.m, everything works
  3. I run in the shell
    fprintf('* Paso 2: Calculamos la región deaceptación $R_A$.\n\n')
    the non ASCII symbols are not displayed!
  4. I run in the file matlab-shell-run-code-section
    and again, the ASCII symbols are not displayed.
  5. matlab-shell-save-and-go on hte other hand works

Uwe

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions