@@ -518,7 +518,7 @@ |
||
518 | 518 | while (!feof($fh)) { |
519 | 519 | $line = (string)fgets($fh, 4096); |
520 | 520 | // Has a lot of info |
521 | - [$char, $name, $cat, , , $decomp, , , $num] = explode(';', rtrim($line)); |
|
521 | + [$char, $name, $cat,,, $decomp,,, $num] = explode(';', rtrim($line)); |
|
522 | 522 | $ord = hexdec($char); |
523 | 523 | if ($ord > 65535) { |
524 | 524 | // Only process the BMP |