Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7573077
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T16:05:25+00:00 2026-05-30T16:05:25+00:00

I am trying to send a smiley to server. <?xml version=1.0 encoding=UTF-8?> <soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/

  • 0

I am trying to send a smiley to server.

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:tem="http://tempuri.org/"> 
<soapenv:Header/>
<soapenv:Body>
<tem:PostMessage>
<tem:UserID>1</tem:UserID>
<tem:FriendID>3</tem:FriendID>
<tem:Message>\ue415</tem:Message>
</tem:PostMessage>
</soapenv:Body>
</soapenv:Envelope> 

This is what I am posting to server. But server is getting Message as ?. So the other user also receives message as ? and not \ue415 which is smiley (:D).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T16:05:26+00:00Added an answer on May 30, 2026 at 4:05 pm

    \ue415 is the 16-bit character code, but your file specifies UTF-8 encoding—so you need to convert that character to the correct UTF-8 sequence. According to http://www.utf8-chartable.de/unicode-utf8-table.pl?start=58368 it’s

    ee 90 95
    

    So, replacing \ue415 with \xee\x90\x95 will work if that’s the correct format on the client side. If it’s expecting HTML entities, it’d be &#xee;&#x90;&#x95; (or something like that).


    One more thing: It just occurred to me that the emoji I’ve seen all take two characters in UTF-16. It turns out 0xE415 is an older-style emoji encoding (here’s an SO post about it). The code for that emoji in the new unicode standard is 0x1f604, or in UTF-8:

    F0 9F 98 84
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im trying to send ascii encoded message to a server. My problem is coming
Im trying to send simple login/password parameters to my PHP file in my server
im trying to send a unix command from a client to a server, wait
I´m trying to send a image through tcp to a server, firts getting the
Im trying to send images over HTTP using HttpListener but some images come from
I'm trying to send a GET request to a App Engine server from a
I'm trying to send a HTTP request to a servers interface. But I'm really
I`m trying to send HTTP response to browser char *reply = HTTP/1.1 200 OK\n
im trying to send a picture from a android device to a server and
I'm trying to send a HTTP GET request with UDP (since the reply from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.