Laplandia / owaspantisamy

Automatically exported from code.google.com/p/owaspantisamy
0 stars 0 forks source link

Spanish characters #144

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. if introducinos Spanish characters like ñ or accents and ... not get a 
valid response.
2. final CleanResults results = as.scan("ñ", antiSamyPolicy);
3. return results.getCleanHTML();

What is the expected output? What do you see instead?

ñ

What version of the product are you using? On what operating system?
antisamy 1.4.4 / Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by dgc1...@gmail.com on 7 Nov 2012 at 2:16

GoogleCodeExporter commented 9 years ago
Added testcase to AntiSamyTest#testIssue144, this works on linux. 

Original comment by kristian...@gmail.com on 28 Jan 2013 at 7:21