Null bytes considered harmful

If you look at the HTML source file, there's a null byte between "java" and "script" below. Firefox converts it to the Unicode character &65533; while IE eats it. In order to prevent the JSLint check from passing on Firefox, Unicode character &65533; should be rejected.