Open GoogleCodeExporter opened 8 years ago
The code here:
https://source.sakaiproject.org/contrib/sms/sms/trunk/impl/src/java/org/sakaipro
ject/sms/util/GsmCharset.java
particularly:
public String gsmToUtf(byte[] dataGsm)
is an adaptation from the code referenced in the original issue, and converts
directly from GSM to UTF. (Converting via ISO-8859-1 is insufficient because
not all
GSM chars are represented in it, e.g. euro symbol).
The code is licensed under ECL 2.0 (similar to Apache) and so can be
incorporated
into jsmpp.
Original comment by smarqu...@gmail.com
on 17 Dec 2009 at 4:42
Original issue reported on code.google.com by
smarqu...@gmail.com
on 1 Oct 2009 at 10:50