@@ -154,7 +154,7 @@ |
||
154 | 154 | if ($ordcache === 0xFEFF) { // BOM |
155 | 155 | if ($originOffset !== 0) { |
156 | 156 | // if not at beginning, store as word joiner U+2060 |
157 | - $this->chars[] = [\chr(0xE2) . \chr(0x81) . \chr(0xA0), 0x2060]; |
|
157 | + $this->chars[] = [\chr(0xE2).\chr(0x81).\chr(0xA0), 0x2060]; |
|
158 | 158 | } |
159 | 159 | // otherwise discard |
160 | 160 | continue; |