add NP byte code as alias for FF
This commit is contained in:
@ -1319,6 +1319,7 @@ compileString(StreamBuffer& buffer, const char*& source,
|
||||
{"nl", 0x0A},
|
||||
{"vt", 0x0B},
|
||||
{"ff", 0x0C},
|
||||
{"np", 0x0C},
|
||||
{"cr", 0x0D},
|
||||
{"so", 0x0E},
|
||||
{"si", 0x0F},
|
||||
|
Reference in New Issue
Block a user