looking for a UTF-8 text editor

前端 未结 23 1505
自闭症患者
自闭症患者 2021-01-01 05:40

I am looking for a (simple) text editor that can handle text in different encodings in the same document.

I need to develop some sites with mixed Japanese and Englis

23条回答
  •  孤独总比滥情好
    2021-01-01 06:07

    I like jEdit for it's ability to ident wrapped lines. Really nice when editing XML files. A word of warning though: It's Java, so it's not light fast, like you would expect a text editor to be.

    Text codecs are fully supported. It distinguishes between text files with and without the header identifying the file format (byte order mark), calling them UTF-8 and UTF-8Y. This is something that I'm missing in other text editors.

提交回复
热议问题