PC8 / CP437 character set with filereader in Chrome
问题 anyone knows if it is possible to get the FileReader API in chrome to read a file with the CP437 character set? Is there a place where I can list the available encodings? Currently, my workaround is to read it with CP1251 reader.readAsText(file, 'CP1251') and manually replace special characters, which is not cool! Is there other browsers which support this character set? Or do you have any better idea at a workaround? Edit: The file is parsed only in the browser, there is no backend available