Tagged Questions

2
votes
5answers
729 views

Additional Ascii char 'Â' added in JSP request

I am facing the same issue in tomcat & jsp as listed in below asp issue http://stackoverflow.com/questions/350429/classic-asp-gremlims-getting-a-ainserted-into-text-whenever-an-html-special-cha ...
1
vote
3answers
824 views

Extended Ascii doesn't work in console!

For example System.out.println("╚"); displays as a ?, same goes for System.out.println("\u255a"); Why doesn't this work? Stdout does indeed support these characters so I don't get it.