You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to how "data" is handled in this lib, you may not use it if the code doesn't contain ASCII data (which it does not, here). You also happen to use an old text encoding (notably GBK) and in JS this is not exactly trivial to handle traditionally.
You may instead use "binaryData" and a TextDecoder in this way:
These two QR codes are generated using the same way, and the one on the left that contains Chinese cannot be parsed.
Return Data:
The text was updated successfully, but these errors were encountered: