Sending SMS in Foreign Languages For Example Arabic, Greek, Hebrew etc.

Mobile phone penetration is increasing globally. Withcharacters cannot be used to communicate in
the increase in handsets, being able todata format for example Greece, Finland, Norway
communicate with the handset owners in their- just to name a few.Prior to development of a
own language is something that is becominguser-friendly Java based application, users had to
increasingly important.The first question thatbe familiar with Hex and the conversion of
comes to mind is how it works when foreignUnicode characters into Hex in order for the
languages are sent to mobiles from a web site.binary data to be sent to recipients via mobile
Based on the fact that computers fundamentallyphones from web sites.This now all changed for
just deal with numbers, letters and characters areend users. The java based application used for
stored using a unique number for each and in thesending Unicode allows users to send sms from
past these unique numbers had to be assignedthe web site in the language their keyboard is set
through the use of encoding systems. As a resultto. Once logged in, users have the opportunity to
hundreds of different encoding systems existed,choose whether they want to send their text
none compatible with each other and none ofmessage in Unicode or in English. After selecting
them containing enough characters to deal with allUnicode, the user is presented with the
languages. All this changed with the invention ofopportunity to send their message in Hex or
Unicode. With Unicode one number for each letterbased on their keyboard settings (Keyboard
has been assigned (a standard has been set) andinput).The process is extremely simple and user
it is network, platform and language independent.friendly - if your keyboard is set (for example) to
The emergence of Unicode standards and toolsGreek, you simply type the message in and click
allowed web platform owners and developers toon "send" - the text will be delivered to the
develop additional tools which enables end usersrecipient in Greek. Unicode is still limited to 70
to send sms in their own language.TheseCharacters, which is a GSM restriction, but the
applications are especially important in the Middleuse of 160 characters is currently under
East (Arabic), Far East (Chinese, Taiwanese, Hindidevelopment.Visit for more details and a free test
etc.) and European countries where normal Englishaccount.