-
-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid blobSupported detection #68
Comments
could we change |
Now it is working! |
closes eligrey#68 problem with other encoding formats
Created a PR... But why don't you switch to utf8? http://codel10n.com/why-utf8-is-best-encoding-for-your-customers/ |
The WEB application was created many years ago. Its improvement is quite complex. |
Will the change be introduced to the official version of blob.js? I am using jsPDF, which uses blob.js. |
eligrey is not responseable for any npm package, you should contact the others |
The problem is the line:
blobSupported = new Blob (['ä']). size === 2; // Check if Blob constructor supports ArrayBufferViews
Check This and This
If the character encoding is Windows-1250, then blobSupported is FALSE!
The text was updated successfully, but these errors were encountered: