cancel
Showing results for 
Search instead for 
Did you mean: 

How to identify hidden Unicode in email body

Rama_krishna
Level 4

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.

1 BEST ANSWER

Helpful Answers

plnarayana777
Level 7

Hi @Rama_krishna 

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

View answer in original post

3 REPLIES 3

Rama_krishna
Level 4

Hi all,

Any update on above message

Thanks..

plnarayana777
Level 7

Hi @Rama_krishna 

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

@plnarayana777  Thanks..