mirror of
https://github.com/jberkel/sms-backup-plus.git
synced 2026-04-25 17:05:59 +03:00
[GH-ISSUE #533] encoding error when restoring arabic messages. #452
Labels
No labels
AM+RCS
FAQ
awaiting response
backup
bespoke
bug
calendar
call log
cannot reproduce
cloudless
device-specific
documentation
dual- & multi-SIM
duplicate
feature-request
fixed in beta
good first issue
half-missing
help wanted
helpful
meta
misattribution
mms
other message sources
pull-request
question
rejuvenation
restore
schedule
security
stale
task
thanks
v1.5.1
v1.5.10
v1.5.11
v1.5.2
v1.5.3
v1.5.3
v1.5.4
v1.5.4
v1.5.5
v1.5.5
v1.5.6
v1.5.7
v1.5.8
v1.5.9
v1.6β
xoauth
~$ bounty $~
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sms-backup-plus-jberkel#452
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @samiemad on GitHub (Feb 1, 2015).
Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/533
I made a full backup of my messages a few days earlier, now when I try to restore them all I get is some '=', numbers and letters
eg: =D8 =D7 =86 =C7 ... etc
I guess the problem is somewhere in the encoding of text.
@jberkel commented on GitHub (Feb 1, 2015):
do you have a message i could use for testing ?
@samiemad commented on GitHub (Feb 4, 2015):
this message:
original message:
لديك 2 من باقة الرسائل المحلية صالحة لمدة 1 أيام.
restored message:
=D9=84=D8=AF=D9=8A=D9=83 2 =D9=85=D9=86 =D8=A8=D8=A7=D9=82=D8=A9 =D8=A7=D9=
=84=D8=B1=D8=B3=D8=A7=D8=A6=D9=84 =D8=A7=D9=84=D9=85=D8=AD=D9=84=D9=8A=D8=
=A9 =D8=B5=D8=A7=D9=84=D8=AD=D8=A9 =D9=84=D9=85=D8=AF=D8=A9 1 =D8=A3=D9=8A=
=D8=A7=D9=85=2E
I think I have seen the same pattern "=D2=E7...." in the past when I tried to send a note from an android phone to a nokia symbian6 phone
it appears that every arabic letter is replaced by 6 chars, eg: ل turns into "=D9=84" which is the UNICODE of that letter
@samiemad commented on GitHub (Feb 4, 2015):
I tried to fix the error myself, but I got a million errors when I imported to eclipse and was too lazy to debug them all :(
@jberkel commented on GitHub (Feb 4, 2015):
sorry, i can't reproduce. is this with the newest version ? and can you post the full headers of the email ?
@jberkel commented on GitHub (Feb 4, 2015):
also I'd recommend to use Android Studio if you want to work on the code.
@jberkel commented on GitHub (Mar 3, 2015):
closing this, insufficient information