Unable to save file using US-ASCII encoding. Error keeps popping up.

조회 수: 172 (최근 30일)
Liam Mislej
Liam Mislej 2020년 3월 30일
편집: Francesco Wanderlingh 2024년 2월 18일
A friend sent me a simple plot code in matlab, it ran normally untill I changed one parameter, then this error popped up:
Unable to save file using US-ASCII encoding.
Save the file using UTF-8 encoding instead.
I've tried googling the problem but all I found was to change the encoding in the code itself, which isn't possible as I can not run the code. Am using the R2020a version of matlab. Any suggestions?
  댓글 수: 4
nan yin
nan yin 2020년 11월 14일
Thank you very much.Vielen danke!

댓글을 달려면 로그인하십시오.

답변 (1개)

Francesco Wanderlingh
Francesco Wanderlingh 2024년 2월 18일
편집: Francesco Wanderlingh 2024년 2월 18일
I had a similiar problem, but the error was "Unable to save using windows-1252 encoding".
In my case the error popped up when I inserted the "≥" carachter in a comment of the file, and I suppose is due to the fact that ≥ is a special character, not included in all encodings, while UTF-8 is quite omnicomprehensive and cross-platform safe. Not sure though why that happened for you.
As @Siqi also pointed out in the comments, the solution is to "Save As" the file (instead of just "Save") and select UTF-8 from the drop-down menu in the save dialog.

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by