TextPad and Unicode: full support?

后端 未结 7 1140
北海茫月
北海茫月 2021-01-17 09:35

I\'ve got some UTF-8 files created in Mac, and when trying to open them using TextPad in Windows, I get the following warning:

WARNING: (file name) co

7条回答
  •  [愿得一人]
    2021-01-17 10:20

    TextPad ‘supports’ UTF-8 and UTF-16 documents only in as much as it will import and export them. But it still edits files as simple bytes, and not Unicode characters (using the ANSI code page, which is code page 1252 for Western European).

    So unless the file happened to contain only characters that also exist in that code page, you will lose content. This rather defeats the point of Unicode.

    Indeed, this was the issue that made me flee—to EmEditor, at the time, though now I would agree with the previous comments and recommend Notepad++. The era of paying for text editors is long gone.

提交回复
热议问题