I was testing the CGI library and it seems that the WriteCGIStringN command doesn't accept the string encoding parameter:
Code: Select all
WriteCGIStringN(Response, #PB_Ascii)
WriteCGIStringN(): Incorrect number of parameters.
Cheers.
Code: Select all
WriteCGIStringN(Response, #PB_Ascii)