From 5717dd63455206d11e7dfe76f179be36bfed15b9 Mon Sep 17 00:00:00 2001 From: zimoch Date: Thu, 9 Dec 2010 11:03:23 +0000 Subject: [PATCH] add NP byte code as alias for FF --- src/StreamProtocol.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/StreamProtocol.cc b/src/StreamProtocol.cc index 2f7bbe1..d4760e2 100644 --- a/src/StreamProtocol.cc +++ b/src/StreamProtocol.cc @@ -1319,6 +1319,7 @@ compileString(StreamBuffer& buffer, const char*& source, {"nl", 0x0A}, {"vt", 0x0B}, {"ff", 0x0C}, + {"np", 0x0C}, {"cr", 0x0D}, {"so", 0x0E}, {"si", 0x0F},