Struts and UTF-8 encoded strings in fields of a form
try {
request.setCharacterEncoding("UTF-8");
} catch (UnsupportedEncodingException ex) {
// TODO
}
aus Delicious/steinhobelgruen
Kategorien
Struts and UTF-8 encoded strings in fields of a form
try {
request.setCharacterEncoding("UTF-8");
} catch (UnsupportedEncodingException ex) {
// TODO
}
aus Delicious/steinhobelgruen