Open
Description
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
- I open matlab indenpendent from emacs, and fire this command in the command line. Everything works
- I open emacs start matlab, matlab-shell the command example.m, everything works
- 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! - I run in the file
matlab-shell-run-code-section
and again, the ASCII symbols are not displayed. matlab-shell-save-and-go
on hte other hand works
Uwe