@@ -163,7 +163,8 @@ |
||
163 | 163 | $str = AlphaNum::decodeSegment($this->bitBuffer, $versionNumber); |
164 | 164 | |
165 | 165 | // See section 6.4.8.1, 6.4.8.2 |
166 | - if($fc1InEffect){ // ??? |
|
166 | + if($fc1InEffect){ |
|
167 | +// ??? |
|
167 | 168 | // We need to massage the result a bit if in an FNC1 mode: |
168 | 169 | $str = str_replace(chr(0x1d), '%', $str); |
169 | 170 | $str = str_replace('%%', '%', $str); |