[精讚] [會員登入]
973

在intellij IDEA解決檔案內容顯示為UTF-8字碼而不是中文的問題

how to show correct language content of file, instead of utf-8 encoded charactors

分享此文連結 //n.sfs.tw/15993

分享連結 在intellij IDEA解決檔案內容顯示為UTF-8字碼而不是中文的問題@外行中的外行
(文章歡迎轉載,務必尊重版權註明連結來源)
2023-10-02 16:06:29 最後編修
2022-12-02 22:18:07 By jung
 

IDEA 雖然好用,但有個無法顯示中文的問題,就算你的設定都改為UTF-8編碼,中文就是出不來

有二個地方要改

1.  在mac上的社群版,要到

Help > Edit Custom VM Options

就會開編輯器給你了,不用傻傻的到目錄下去找那個 intellij IDEA.app.vmoptions 檔案

然後加上-Dfile.encoding=UTF-8

2. 到 preferences(社群版是Settings) -> Editor -> File Encodings把所有編碼都設為UTF-8

 

3. 最重要的設定

這個 Transparent native-to-ascii conversion  功能一定要勾選

 

參考這二篇

https://blog.csdn.net/HaHa_Sir/article/details/122851700

https://stoneapp.tech/cavern/post.php?pid=792

 

END

你可能感興趣的文章

[NetBeans]如何從git下載專案改建為自己的專案 修改git專案

unknown issue after downgrade to intellij idea community version 使用社群版遇到的奇怪問題

openssl package update issue caused by cve-2022-2068 centos7 is at maintenance support phase2, only critical impact security issues will be patched

intellij IDEA git設定說明 whenever using git push fuction in the intellij IDEA

using google Appscript to send messages through LINE NOTIFY 使用google app script傳送LINE NOTIFY

如何用git log功能產生有固定格式的commit紀錄 how to create a git commit history log file with custom format

隨機好文

在windows server建立radius服務使用active directory帳號驗證 setup windows server to add radius service using active directory accounts for authentication

how to resolve memory allocation issue on proxmox when creating vm, sometimes the log shows fail message of Cannot_allocate_memory

determine strings that include numbers and spaces differ from Highest and Lowest numbers inside strings that includes spaces

using google Appscript to send messages through LINE NOTIFY 使用google app script傳送LINE NOTIFY

使用bash script 顯示及比較記憶體剩餘用量 How to get the available memory reported as a percentage then compare Numbers and Strings in Linux Shell Script