What steps will reproduce the problem?
n/a
What is the expected output? What do you see instead?
n/a
What version of the product are you using? On what operating system?
n/a
Please provide any additional information below.
private String htmlEncodeSwedishCharacters(String name) {
...
name = name.replace("\u00C5", "&Å"); => name = name.replace("\u00C5",
"Å");
...
name = name.replace("\u00E4", "Ä"); => name = name.replace("\u00C4",
"Ä");
Original issue reported on code.google.com by johan.er...@gmail.com on 13 Jul 2009 at 7:54
Original issue reported on code.google.com by
johan.er...@gmail.com
on 13 Jul 2009 at 7:54