Hi all,
I’ve got problem with sending special characters using AT+WIPFILE command during SMTP session. When I received email special characters are repleaced by ? sign (question mark). Standard ASCII signs are OK, only special characters are changed. Special characters come from polish alphabet. If somebody knows the reason please for advice, how to resolve this issue. Thanks in advance.
Are you using terminal application to read the content?
If so, I think the problem maybe the terminal application does not support that charset so the special character was displayed as “?”.
More details: I wrote application in .NET using AT commands to send SMS and e-mails. Everything works fine, but exactly there is problem with polish signs, which you mentioned in previous post. I have received e-mails using Post Windows Live. I tried to change encoding in post app, but nothing’s changed. In a message source there is still “??? - test” instead of “ęąćśź - test”. Below there are list of commands:
+WIPFILE=6,1,2
CONNECT
ęąćśź - test
ETX
OK
In e-mail source I’ve got ???. I tried to receive e-mails using different post application, but final effect is the same. Have you got any ideas how to resolve this problem ?
Lotam - that is solution. It works beautiful. Great thanks.
BTW, the same like you I’m not familiar with special characters, but that was my customer’s request. Thanks to you this problem is resolved. Good luck!