tale
tale copied to clipboard
eclipse里中文字符显示乱码
大家好,我用eclipse自学这个项目,java新手,有的html模板中文显示正常,有的html模板中文就乱码了,谁知道怎么解决呢?
文档编码调节一下,应该上utf8
开 2019年7月25日 在 11:03:20, manaatmoon ([email protected]) 写到:
大家好,我用eclipse自学这个项目,java新手,有的html模板中文显示正常,有的html模板中文就乱码了,谁知道怎么解决呢?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
谢谢了 但是现在默认就是 ISO 10646/Unicode(UTF-8)呢,中文字符是乱码
你看看用记事本或者其他工具打开会有乱码吗
用Notepad++ 好着呢
那就不是代码本身的问题,是eclipse设置问题
开 2019年7月25日 在 16:46:24, manaatmoon ([email protected]) 写到:
用Notepad++ 好着呢
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
好的 谢谢您了 我再研究研究设置
找到正确的设置了 谢谢啦