@@ -75,7 +75,7 @@ |
||
| 75 | 75 | $this->byteIdx = 0; |
| 76 | 76 | $this->charIdx = 0; |
| 77 | 77 | $this->byteLen = mb_strlen($str, '8bit'); |
| 78 | - if (! mb_check_encoding($str, 'UTF-8')) { |
|
| 78 | + if (!mb_check_encoding($str, 'UTF-8')) { |
|
| 79 | 79 | $this->charLen = 0; |
| 80 | 80 | } else { |
| 81 | 81 | $this->charLen = mb_strlen($str, 'UTF-8'); |