How to convert csv files encoding to utf-8

前端 未结 5 1472
误落风尘
误落风尘 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 17:56

    For those who don't know how to convert the file's encoding using Notepad++ : Create a new file in Notepad++ -> Go to Encoding -> Encode in UTF-8 -> Copy-paste the contents -> save the file as .csv

提交回复
热议问题