OpenSmpp / opensmpp

OpenSmpp - Java library implementing the SMPP protocol, and allowing development of External Short Message Entities (ESMEs) and more.
http://opensmpp.org/
Other
188 stars 170 forks source link

Euro sign not encoded/decoded correctly in GSM charset #19

Closed mikaelcarlstedt closed 7 years ago

mikaelcarlstedt commented 7 years ago

When encoding, '€' (euro sign) is treated as an unmappable character instead of being mapped to {0x1b, 0x65}. When decoding, {0x1b, 0x65} is translated into ' ' (space) instead of '€'.

ptomli commented 7 years ago

Resolved in #26