(keitai-l) Re: Sending Emoji to Softbank handsets from PHP

From: Steven Veltema <ariste_at_gol.com>
Date: 05/11/07
Message-ID: <46443984.6010604@gol.com>
Hi all,

perhaps you are looking for a list like this one:
http://surf-style.us/manual3.htm

DC wrote:
> hi karl -
> 
> you need to find out the softbank sjis codes, which actually do exist.
> but mostly ppl use utf8 for SB it seems.
> 
> last time i looked into this i had to create a form, render in sjis,
> then punch in all emoji and see what codes came out server-side. if
> you find a list of this let me know!
> 
> /dc
> 
> On 11/05/07, Karl Willis <darcysays@gmail.com> wrote:
>> Hi,
>>
>> I have been playing around with sending emoji (emoticons) to Japanese
>> handsets from PHP using the following code to bring up the sun mark:
>>
>> $docomo= pack("H*", "f89f");
>> $au= pack("H*", "f660");
>>
>> Where 'f660' is the AU web code for that sun mark.
>>
>> However on Softbank I have had no luck with getting this to work and
>> was wondering if there is anyone with any experience doing the same
>> thing?
>>
>> Thanks in advance
>>
>> Karl
>>
>> This mail was sent to address lister@pikkle.com
>> Need archives? How to unsubscribe? http://www.appelsiini.net/keitai-l/
>>
>>
> 
> 
Received on Fri May 11 12:38:26 2007