@@ -128,7 +128,8 @@ |
||
128 | 128 | $str = AlphaNum::decodeSegment($bitBuffer, $versionNumber); |
129 | 129 | |
130 | 130 | // See section 6.4.8.1, 6.4.8.2 |
131 | - if($fc1InEffect){ // ??? |
|
131 | + if($fc1InEffect){ |
|
132 | +// ??? |
|
132 | 133 | // We need to massage the result a bit if in an FNC1 mode: |
133 | 134 | $str = str_replace(chr(0x1d), '%', $str); |
134 | 135 | $str = str_replace('%%', '%', $str); |