Hi.
problem lies in your Email Sender Application.
Your program try to send not-ASCII characters in ASCII encoding (as plain english).
So as result, Alert Central get string that can't be decoded to original state.
You can fix this problem by:
• using only standard english charset for subject headers;
• configuring encoding (to ISO-8859-1 or UTF-8, etc) in your Email Sender Application.
Regards,
Stepan Husak