Hi again.
I am reading and parsing a CSV file,and I get this error:
UTF-8 "\xA0" does not map to Unicode at test.pl line 103, <File> line 98.
utf8 "\xB0" does not map to Unicode
utf8 "\xE4" does not map to Unicode
utf8 "\xB0" does not map to Unicode
there are quite a lot of codes.
I tried couple of encodings,got rid of few errors,but not all.
Please suggest what encoding I need to use while opening the file
Thanks