Sorry, everone. It's my fault that I think it could not received at php. 

In fact, CakePHP could receive it, but the problem is when inserted into 
MySQL table, 
the emoticons become blank in table field(varchar). 
What I inserting into is something like *\Ud83d\Ude04* which is just a 
usual smile icon in iPhone. 

How could I escape it? It is something like json encoding/decoding. Thanks 

2012年2月29日水曜日15時21分02秒 UTC+9 Power@IT:
>
> Hello, everybody.
>
> I am developing an iPhone app that would send emoticons from iPhone to 
> server-side.
>
> But, what the server-side received everytime is always null(or blank?).
>
> I referred 
> here<http://stackoverflow.com/questions/7194800/emoji-to-json-encoded-post-to-web-server-problem>
>  at 
> SO but with no help.
> I also referred HTML_Emoji but it seems to be not an simple encoding or 
> escape character issue.
>
> Is it an issue about carrier's emoticons codes?
>
> So, how could I receive the right emoticons in CakePHP?
> Or its not an issue just in CakePHP framework but in PHP or Java or any 
> language else?
>
> What I am developing is the webservice(server-side), and the development 
> of iPhone app is other partner.What sending from iPhone is no problem by 
> theirs saying and with log output(such as \Ud83c\Udfe7) in Xcode when 
> debugging, but I just receive them at server-side with blank value.
>
> By the way, one message sending from our iPhone app with just plain text, 
> it could be received correctly(received by $_POST in CakePHP);
> with emoticons in the message, what php received is only plain text 
> without emoticons in it.
>
> Thanks.
>

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to