ariesliu / QRcode4JAVA

本地生成一个二维码图片
39 stars 21 forks source link

URL string's QR code has been cut off by letter "=" #2

Open haohui1107 opened 6 years ago

haohui1107 commented 6 years ago

hi , I fail to make QR Code for string "itms-services://?action=download-manifest&url=https://": After use command "java -jar qr.jar url='itms-services://?action=download-manifest&url=https://' image=123.jpg save=.", the generated QR code only exhibit "itms-services://?action".

Is there has limitation for letter "="?