PURI::DECODE-ESCAPED-ENCODING produces an
"Invalid array index" error when its first argument
contains an encoded character in the 128-255 range.
To prevent the error, change the definition of
puri::reserved-char-vector to make a vector
of length 256 instead of 127.