Hi, why it's not possible write a blank QRCode?
Google QR-code works...
http://chart.apis.google.com/chart?cht=qr&chl=&chs=120x120
it's very usefull to know what the page orientation, any idea how to unlock this feature at phpqrcode?
at qrsplit.php, commented this lines, and it works! please put this as a default feature...
...
public static function splitStringToQRinput($string, QRinput $input, $modeHint, $casesensitive = true)
{
#if(is_null($string) || $string == '\0' || $string == '') {
# throw new Exception('empty string!!!');
#}
...