How to convert csv files encoding to utf-8

前端 未结 5 1455
误落风尘
误落风尘 2020-12-15 17:39

Is it possible to convert csv data that has iso-8859-13 encoding to UTF-8?

My old system does not have UTF-8 encoding, it uses

5条回答
  •  遥遥无期
    2020-12-15 18:16

    Open the file in Notepad++ and click Encoding->Convert to UTF-8.

    (Do not click Encode in UTF-8 because it won't actually convert the characters.)

提交回复
热议问题