× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi all,



Working with QzhbCgiParse today and am finding that the plus (+) sign, used
as a placeholder for the space character, isn't being decoded (i.e. it is
still there after running QzhbCgiParse). All of the other values are being
properly decoded (i.e. ones that begin with % sign). Note that a POST is
being done vs. a GET.



Here is the jist of my code:



cont_len = charToNbr(getEnvVar('CONTENT_LENGTH'): 0);

bufPtr = %alloc(cont_len);

cmd = '-POST' + x'00';

qzhbcgiparse(cmd: 'CGII0100': buf: cont_len: rsplen: qusec);



I have my own find/replace tool I can use to fix this problem, but I was
hoping the QzhbCgiParse would do it.



Anybody have input as to why it wouldn't be converting the plus sign to a
space?

Thanks,

Aaron Bartell

http://mowyourlawn.com






As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.