How can I change matlab terminal Encoding from 'GBK'to 'utf8'?

조회 수: 44 (최근 30일)
三
2023년 3월 25일
답변: Sarthak 2023년 4월 18일
feature('locale')
ans =
包含以下字段的 struct:
ctype: 'zh_CN.UTF-8'
collate: 'zh_CN.UTF-8'
time: 'zh_CN.UTF-8'
numeric: 'en_US_POSIX.UTF-8'
monetary: 'zh_CN.UTF-8'
messages: 'zh_CN.UTF-8'
encoding: 'UTF-8'
terminalEncoding: 'GBK'
jvmEncoding: 'UTF-8'
status: 'MathWorks locale management system initialized.'
warning: ''
the locale information is shown as above.
I want to change the terminalEncoding so that i can use the font "Hack NF" in the teminal window without any further operation.

답변 (1개)

Sarthak
Sarthak 2023년 4월 18일
Hi ,
As per my understanding, MATLAB doesn’t provide a direct way to change the locale settings and they are determined by your operating system. Moreover, MATLAB is now fully internationalized and uses Unicode internally.

카테고리

Help CenterFile Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by