Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在eclipse中运行一个java文件,但它有一些基本的日文字符才能运行。我去了 Window->Preferences->Text File Encoding->Other,但没有列出 MS 932。我怎样才能让这个库到 Eclipse。当然,我尝试在线检查,但没有。我尝试切换到 UTF-8,但仍然无法正常工作。
编码可能受到限制;也可以试试 SJIS。
native2ascii -reverse -encoding MS932 My.java temp.txt ... rename My.Java native2ascii -encoding UTF-8 temp.txt My.java