Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e200c3c authored by Bai Tao's avatar Bai Tao Committed by jsh
Browse files

Sending UCS2 encoded SMS correctly

parent bb3bb57a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -280,6 +280,7 @@ public class SmsMessage extends SmsMessageBase{
            // send it as a UCS-2 encoded message
            try {
                userData = encodeUCS2(message, header);
                encoding = ENCODING_16BIT;
            } catch(UnsupportedEncodingException uex) {
                Log.e(LOG_TAG,
                        "Implausible UnsupportedEncodingException ",