Commit c83b7cb0 authored by Gustavo Vicentini Deon's avatar Gustavo Vicentini Deon
Browse files

Merge branch 'task/85' into 'develop'

fix: adding modification in ISO

See merge request !58
parents fa0e26d0 9d47f5be
Showing with 1 addition and 1 deletion
+1 -1
......@@ -40,7 +40,7 @@ export const FileInput = ({ buttonState }: ButtonProps) => {
temporaryFileReader.onload = () => {
resolve(temporaryFileReader.result);
};
temporaryFileReader.readAsText(inputFile, 'ISO-8859-15');
temporaryFileReader.readAsText(inputFile, 'ISO-8859-1');
});
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment