Standard characters for SMS on mobiles

Discussion in 'Game Development General Discussion' started by Piglet, Oct 6, 2008.

  1. Piglet

    Piglet Spirited Member

    Joined:
    May 28, 2008
    Messages:
    175
    Likes Received:
    0
    Does anyone have a list of all the characters that an SMS message MUST support? I want to send levels as SMS using base64 (if there are 64 standard ones!) and since this is for nintendo, no vowels...
     
  2. Jamtex

    Jamtex Adult Orientated Mahjong Connoisseur

    Joined:
    Feb 21, 2007
    Messages:
    5,472
    Likes Received:
    16
    Last edited: Oct 6, 2008
  3. Piglet

    Piglet Spirited Member

    Joined:
    May 28, 2008
    Messages:
    175
    Likes Received:
    0
    Whoops, my face is red. Sorry for wasting your time. I do have a related question (and I have tried google):- What characters are standard on US cell-phones and even more mad, what about Japanese?

    I need 64 characters so I can send data in base-64. I know Nintendo will not allow vowels lest a naughty word should emerge...

    P-)
     
  4. Yakumo

    Yakumo Pillar of the Community *****

    Joined:
    Mar 14, 2004
    Messages:
    20,515
    Likes Received:
    1,050
    Most modern Japanese phones in the last 2 or 3 years can accept Shift JIS or GSM 7bit for short messages. For Emails they seem to be able to display pretty much what your avarage PC can and do effects such as text or background colour, scrolling effects, pictures, sounds and so on.

    Yakumo
     
  5. Martin

    Martin Resolute Member

    Joined:
    May 30, 2008
    Messages:
    941
    Likes Received:
    5
     
  6. robinmarkk

    robinmarkk Newly Registered

    Joined:
    Aug 4, 2010
    Messages:
    2
    Likes Received:
    0
    There are so many different characters option available in mobiles for Short Message Service. One it is a standard character format Abc, another one is all small letter format abc, another format is all capital letters ABC and it also support T9 characters.
     
    Last edited: Aug 7, 2010
  7. rso

    rso Gone. See y'all elsewhere, maybe.

    Joined:
    Mar 26, 2010
    Messages:
    2,190
    Likes Received:
    447
    Why not take easy way out and just use Base32 instead? Base24 also exists (e.g. if it turns out something's messing with upper/lowercase chars), but I guess at some point you'd run low on space for your level data... Which you could work around by simply splitting it into two (or more) messages.

    Edit: What the hell, this message's ancient! robinmarkk, please try to remember to look at the post's dates in the future, kthxbye.
     
    Last edited: Aug 5, 2010
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page