2 weeks ago
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.
Sunday
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
a week ago
Hi all,
Any update on above message
Thanks..
Sunday
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
Monday
@plnarayana777 Thanks..