If an excel file is saved in csv for importing, what encoding should we assume?
Is it dependent on:
- Excel Version
- Operating System
- Excel Language
- Special Characters used in the file
NB. There is no full proof way of determining the encoding of a given csv file. This is a limitation of the csv format. But, knowing enough of the source of the file may be enough to make a good enough guess.