zJOHNz / sms-pdu

Automatically exported from code.google.com/p/sms-pdu
0 stars 0 forks source link

Decoding multipart SMS - Unicode #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. When try to decode Unicode multipart SMS message (in Cyrillic), at the 
beginning of decoded text there is two unknown characters...
2. Send message from phone to GMS modem: 
"Обзидана народним телом, столећима је наша 
народна душа муцала и мучила се тражећи 
језик"

What is the expected output? What do you see instead?
Expected output of first part is text: "Обзидана народним 
телом, столећима је наша народна душа 
муцала и му"
And I see: "Ԁ̀ȁОбзидана народним телом, 
столећима је наша народна душа муцала и му"
HERE IS PDU: 
"0791836105009000440C918361450722390008512051711392408C050003000201041E043104370
43804340430043D04300020043D04300440043E0434043D0438043C002004420435043B043E043C0
02C002004410442043E043B0435045B0438043C04300020045804350020043D04300448043000200
43D04300440043E0434043D0430002004340443044804300020043C044304460430043B043000200
4380020043C0443"

Expected output of second part is "чила се тражећи језик"
And I see: "Ԁ̀Ȃчила се тражећи језик"
HERE IS PDU: 
"0791836105009000440C918361450722390008512051711303403005000300020204470438043B0
430002004410435002004420440043004360435045B043800200458043504370438043A" 

What version of the product are you using? On what operating system?
I use last available update - r11 and Windows 7.    

Please provide any additional information below.

Original issue reported on code.google.com by milanbet...@gmail.com on 15 Feb 2015 at 4:41