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.
我有一个包含许多 unicode (C/C++/Java) 字符的巨大文件,如下所示:
\u00e9 \u00e8 \u00e2
是否有一种单击方式将所有这些字符转换为可读格式?
(例如:\u00e9到é)
\u00e9
先感谢您。
按Ctrl+A选择要转换的所有文本,然后选择Edit menu - Encode/Decode Selection - Universal Character Names to Unicode。