jverkoey / ObjQREncoder

Objective-C QR Encoder
390 stars 102 forks source link

QR code is not being generated for few values.... #14

Open narasimhanallamsetty opened 9 years ago

narasimhanallamsetty commented 9 years ago

Hi, thi is not working for few values like 10034,10037 etc...

ekscrypto commented 8 years ago

QR codes are typically limited to ISO-Latin-1 character set, if you try to encode raw data or large numerical values you may want to encode them in base64 or pack them in 7-bit data bytes first. Note: I'm saying this under reservation since I'm not familiar with this particular framework/library, just stumbled upon it but had a similar issue when using another library.