Replies: 5 comments 5 replies
-
or export method because zip.js have more cdn link now |
Beta Was this translation helpful? Give feedback.
-
Thank you for the suggestion. I agree that these options could be useful. It's implemented in the version |
Beta Was this translation helpful? Give feedback.
-
@gildas-lormeau
|
Beta Was this translation helpful? Give feedback.
-
new TextDecoder('cp437').decode(new Uint8Array([12]))
//Uncaught RangeError: Failed to construct 'TextDecoder': The encoding label provided ('cp437') is invalid.
at <anonymous>:1:1 |
Beta Was this translation helpful? Give feedback.
-
Having written the previous answer and after some thought, I can understand that dealing with I should publish a new version in the coming days. Feel free to test the implementation on the |
Beta Was this translation helpful? Give feedback.
-
the config can be set a function? replace
decodeText
filenameEncoding:string
replace tonew TextDecoder(str).decode
=>filenameEncoding(uint8,encoding)
filenameEncoding:function
=filenameEncoding(uint8,encoding)
Beta Was this translation helpful? Give feedback.
All reactions