D
Durgesh More
Guest
I am using Encoder.HtmlEncode() method provided by MS Anti XSS SRE 4.3.0 to encode malicious characters entered by user.
It is working fine for all languages except Greece. It encodes valid Greece language characters, below is the example for the same.
User Input: Βρείτε το κατάλληλο προϊόν
Out Put After Encoding: Βρείτε το κατάλληλο προϊόν
As you can see in above example all characters entered by user are encoded which we don't want to encode.
Please help with the option to escape particular language valid characters from encoding.
Thank you !!!
Continue reading...
It is working fine for all languages except Greece. It encodes valid Greece language characters, below is the example for the same.
User Input: Βρείτε το κατάλληλο προϊόν
Out Put After Encoding: Βρείτε το κατάλληλο προϊόν
As you can see in above example all characters entered by user are encoded which we don't want to encode.
Please help with the option to escape particular language valid characters from encoding.
Thank you !!!
Continue reading...