Home
2008:
January
February
March
April
May
June
July
August
2007:
January
February
March
April
May
June
July
August
September
October
November
December
2006:
January
February
March
April
May
June
July
August
September
October
November
December
2005:
January
February
March
April
May
June
July
August
September
October
November
December
2004:
January
February
March
April
May
June
July
August
September
October
November
December
2003:
January
February
March
April
May
June
July
August
September
October
November
December
2002:
January
February
March
April
May
June
July
August
September
October
November
December
2001:
January
February
March
April
May
June
July
August
September
October
November
December
2000:
April
May
June
July
August
September
October
November
December

(keitai-l) Re: emulating emoji in i-appli...

From: dc <dc_at_gamelet.com>
Date: 02/07/02
Message-ID: <00c301c1afc4$74c56970$0301a8c0_at_danesbury>
Patrice -

I'd appreciate the info, vachement!
I get little black dots where emoji should be. moji baka! here's a snip in case it's DC baka instead:

    public String moji() {
        byte[]  b = {(byte)0xF8, (byte)0xEE};
        String es = null;

        try{
            es = new String(b, "SJIS");
        } catch(UnsupportedEncodingException e) {
        }
        return es;
    }

//    -----Original Message-----
//    From: keitai-l-bounce_at_appelsiini.net
//    [mailto:keitai-l-bounce_at_appelsiini.net]On Behalf Of Patrice Lilly
//    Sent: Thursday, February 07, 2002 5:04 AM
//    To: keitai-l_at_appelsiini.net
//    Subject: (keitai-l) Re: emulating emoji in i-appli...
//   
//   
//   
//    i-JADE does support emoji.
//    I will have to get the details as I do not have them off
//    the top of my head.
//   
//    Patrice Lilly
//    Zentek Technology, Inc.
//   
//    ----- Original Message -----
//    From: "dc" <dc_at_gamelet.com>
//    To: "Keitai-L (E-mail)" <keitai-l_at_appelsiini.net>
//    Sent: Wednesday, February 06, 2002 10:41 AM
//    Subject: (keitai-l) emulating emoji in i-appli...
//   
//   
//    > Does anyone know if the DoJa wireless toolkit has fonts
//    included that
//    actually show up the emoji? It seems Zentek's does not
//    they come out as
//    little black dots...
//    >
//    > I don't suppose there's any way of inserting windows
//    fonts into the zentek
//    kit for the purposes of development? (like enfour's
//    spiffy 'emoji keitai
//    font')...
//    >
//    > tx!
//    >
//    > /dc
//    > +-----+-------------------------+
//    > david [dc] collier
//    >   e   | dc_at_gamelet.com
//    >       | dcphone_at_jp-t.ne.jp
//    >   v   | +81 (0)90-6566-5316
//    >
//    >
//    >
//    > This mail was sent to address patrice_at_zentek.com
//    > Need archives? How to unsubscribe?
//    http://www.appelsiini.net/keitai-l/

//    >
//    >
//   
//   
//    This mail was sent to address dc_at_gamelet.com
//    Need archives? How to unsubscribe?
//    http://www.appelsiini.net/keitai-l/

//   
//   


Received on Thu Feb 7 12:46:53 2002