Index: trunk/phase3/includes/libs/JavaScriptMinifier.php |
— | — | @@ -422,7 +422,7 @@ |
423 | 423 | while( $pos < $length ) { |
424 | 424 | // First, skip over any whitespace and multiline comments, recording whether we |
425 | 425 | // found any newline character |
426 | | - $skip = strspn( $s, " \t\n\r\v\f", $pos ); |
| 426 | + $skip = strspn( $s, " \t\n\r\xb\xc", $pos ); |
427 | 427 | if( !$skip ) { |
428 | 428 | $ch = $s[$pos]; |
429 | 429 | if( $ch === '/' && substr( $s, $pos, 2 ) === '/*' ) { |