narender reddy wrote:
 I have a problem of encoding the text which i am
sending for the server.Any one has written any code
how to encode.I appericate if some one help me with
some piece of code on encoding.

RFC 2396 is a good place to start learning.


step 1: escape all chars not in the unreserved set (except spaces)
step 2: replace all spaces with '+'

Here's an example:

$100 100% 2^3 5*4
%24100+100%25+2%5E3+5*4


-Dave


-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to