| Description: | Sam library function 'ScCheckCharacters()' now works for QR-Barcode, too:
Before, QR-Barcode was NOT taken into account by this function for a detailed check. Only maximum string length was checked ( < 4096 ).
Now, a detailed check with all set parameters is done, maximum length currently supported is 4095 characters for numeric and alpha mode and 2953 for byte mode. Kanji mode should support up to 1817 characters ( all with security level 0 ).
// Maximum supported char length in security level: // // 0 1 2 3 4095, 4095, 3993, 3057, // for Numeric 4095, 3391, 2331, 1852, // for Alpha 2953, 2331, 1663, 1273, // for Byte 1817(not verified),????,????,???? // for Kanji
|