jeromeetienne / jquery-qrcode

qrcode generation standalone (doesn't depend on external services)
http://blog.jetienne.com/blog/2011/04/07/jquery-qrcode/
MIT License
4.85k stars 2.5k forks source link

Issue with special character when used in url then the generated QR not able to be scanned #132

Closed monicss closed 3 years ago

monicss commented 3 years ago

When use special character in url then the QR gets generated but when we scan that QR then unable to scan the QR code. eg: jQuery('#qrcode').qrcode('http://maps.google.com/?q=test-Data,&Name=test%20lcoation-check');

can someone please help me out on this?

monicss commented 3 years ago

The issue is with length not with special characters.