Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HPRoman8 charset support just like GSM7 #18

Open
sac10nikam opened this issue Jan 13, 2021 · 1 comment
Open

HPRoman8 charset support just like GSM7 #18

sac10nikam opened this issue Jan 13, 2021 · 1 comment

Comments

@sac10nikam
Copy link

I am trying to send MT message with HPRoman8 characters. It is not encoded properly as the message lies under GSM family.
Text: £100 €1000 e.mail@address

After CharsetUtil.decode I am seeing "100 e1000 e.mailaddress"

£ and € signs are missing

@prajvalbhale
Copy link

First Solution: Unicode encoding
Second Solution: character set that is more widely supported like ISO-8859-1 and this includes both pound and euro symbols

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants