Skip to content
Advertisement

How to recognise different csv encodings?

I am not sure if it’s with the encoding itself however this is my problem;

JavaScript

I would expect it to print this:

screenshot

However it does not recognise any of the Japanese characters and rather comes up with

JavaScript

The encoding I used on the csv file was ISO2022. My question is, is there a way to make this appear properly?

Advertisement

Answer

JavaScript

or try

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement