I've got a suitelet that is used to upload a CSV file, I then need to read data from this CSV. When I try to do this and it is any encoding other than UTF-8 I get a lot of the non-ascii characters being represented as
�
. Does anyone know of a way to know the file's encoding?