Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User Manish_PSPL's Avatar
    Join Date
    Aug 2008
    Posts
    2
    Hi All,

    I am sending data over http by using RHTTPTransaction class.
    I able to send a string data to the server.

    But when i send data containing special characters, it gives different result.
    like if i send data '¼aN±', i received '%BCaN%7F' on server. That is the hex value(e.g. '%BC' & '%7F') of ascii of the special characters(e.g. '¼' & '±') and other character are same.

    Can anybody tell me how to send special character over the network.
    Any suggestion is welcome.

    Thanx in advance.

    Regards
    Manish

  2. #2
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    This is the normal way, called URL encoding: http://en.wikipedia.org/wiki/Url_encoding (of course if you do not trust Wikipedia, you can check the related RFC too). Your server has to be configured to decode it.

Similar Threads

  1. How to send customized(none-standard) HTTP request headers?
    By trendin in forum Symbian Networking & Messaging (Closed)
    Replies: 2
    Last Post: 2007-06-02, 06:02
  2. Special character table display...
    By saamm in forum Symbian User Interface
    Replies: 3
    Last Post: 2007-02-09, 11:30
  3. Lost character with HTTP GET
    By michael.may.csoft in forum Mobile Java Networking & Messaging & Security
    Replies: 0
    Last Post: 2006-05-16, 12:52
  4. ERROR RCmake.exe AND rcomp.exe
    By jifik in forum Symbian Tools & SDKs
    Replies: 2
    Last Post: 2005-10-31, 12:24
  5. Special Character Table
    By nutter420 in forum Symbian User Interface
    Replies: 0
    Last Post: 2004-01-22, 17:35

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved