Code Monkey home page Code Monkey logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
Hi,
Writing arabic should use unicode characters, it use UCS2 equals to 16bit.
I've been add examples for sending message on unicode characters. Please check 
the 
examples at 
http://code.google.com/p/jsmpp/source/browse/trunk/src/java/examples/org/jsmpp/e
xampl
es/SendUnicode.java

Please tell me the if you have succeed doing this.


Original comment by [email protected] on 24 Dec 2008 at 4:51

  • Changed state: Done

from jsmpp.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
In the example given by you the constructor used for Datacoding as below is not
compiling.

DataCoding dataCoding = new GeneralDataCoding(Alphabet.ALPHA_UCS2,
MessageClass.CLASS1, false);

Original comment by [email protected] on 26 Dec 2008 at 1:17

from jsmpp.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
Sorry I'm using last version from repositories.
For version 2.0, please use the General Data Coding just like on the 
http://code.google.com/p/jsmpp/source/browse/tags/2.0/src/java/examples/org/jsmp
p/exa
mples/SimpleSubmitExample.java
Change the Alphabet using ALPHA_UCS2

from
new GeneralDataCoding(false, true, MessageClass.CLASS1, Alphabet.ALPHA_DEFAULT)
to
new GeneralDataCoding(false, true, MessageClass.CLASS1, Alphabet.ALPHA_UCS2)


Original comment by [email protected] on 26 Dec 2008 at 1:56

from jsmpp.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
thnks, I am able tosend sms in arabic lang

Original comment by [email protected] on 27 Dec 2008 at 11:22

from jsmpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.