I have searched all over the Internet for an answer. I have achieved this once before, but I can't remember how I did this...
I have a long text file with alot of encoded characters, for example
\u0119,\u015b\\u0107
How do I change characters like \u0119
to ę
, etc?
答案 0 :(得分:1)
这个问题不是偏离主题的。在过去,我也使用notepad ++进行编程。今天我使用Atom。您可以在堆栈溢出中找到很多关于notepad ++的问题 - 例如:Removing duplicate rows in Notepad++或此Convert tabs to spaces in Notepad++(以及更多)。所以请不要给这个问题减去分数。
答案:我认为当你进入菜单>编码时,你会看到'以UTF-8编码'。
我使用此网站创建了部分答案:https://superuser.com/questions/576431/notepad-inserting-special-unicode-characters-in-utf-8
如果你在文件中看到像\ u0119,\ u015b \ u0107这样的字符代码,这可能意味着它们只是在编码时 - 并且它们的代码作为原始文本显示。
所以要将此代码更改为UTF-8字符,请转到