06-02-25 12:59 PM
Hi all,
In some of emails body of email contains unicodes hidden. When we send email to xxx application in that application showing unicodes. Could you please help us how to overcome this errors.
Thanks..,
Regards,
Ramakrishna Gattu.
Answered! Go to Answer.
3 weeks ago
Not sure of your issue but check this work around if helpful
1. Using Utility - Strings VBO, Checking the mail body with regex "[^\u0000-\u007F]+" , if found replace them
2. or write to text file and read from file
Regards
4 weeks ago
Hi all,
Any update on above message
Thanks..
3 weeks ago
Not sure of your issue but check this work around if helpful
1. Using Utility - Strings VBO, Checking the mail body with regex "[^\u0000-\u007F]+" , if found replace them
2. or write to text file and read from file
Regards
3 weeks ago
@plnarayana777 Thanks..