Javascript – Reading CSV File without manupulating encoding
I have a csv file that I can see with : file -bi myCsv.txt that the character-set is iso-8859-1. Now I want to read this file using JavaScript from input tag and type 'file' without manipulating the encoding. I tried…