@@ -249,7 +249,8 @@ |
||
249 | 249 | continue; |
250 | 250 | } |
251 | 251 | |
252 | - if ($ordcache === 0xFEFF) { // BOM |
|
252 | + if ($ordcache === 0xFEFF) { |
|
253 | +// BOM |
|
253 | 254 | if ($originOffset !== 0) { |
254 | 255 | // if not at beginning, store as word joiner U+2060 |
255 | 256 | $this->chars[] = ["\xE2\x81\xA0", 0x2060]; |