I have a file encoded in Chinese Big5. Is there a text editor that I can use to view the file in Chinese?
I'm on Windows. If I view the file in Notepad++ I see it decoded with my 8bit locale.
|
I have a file encoded in Chinese Big5. Is there a text editor that I can use to view the file in Chinese? I'm on Windows. If I view the file in Notepad++ I see it decoded with my 8bit locale. | ||||
|
feedback
|
vimThe text editor vim supports Big5 encoding. You will also need to set vim to use a font that includes the set of characters needed. Vim commands for encodings include
notepad++From http://notepad-plus-plus.org/news/the-latest-version-5.6.8.html
update:
| |||||||
feedback
|