How to edit the euc-jp file with と written on vim

Asked 2 years ago, Updated 2 years ago, 56 views

On Windows, a text file in EUC-JP format with と written on it was created in Sakura Editor
If you open it in Kaoriya Vim, the characters will be garbled even if the encoding is EUC-JP.
I know the file is incorrect, but
How do I edit it on Kaoriya Vim without changing the encoding?

windows vim

2022-09-30 11:48

1 Answers

I think it is eucJP-ms.
If you want to reopen it,

:e++enc=euc-jp-ms

How about


2022-09-30 11:48

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.