This is Spring MVC application. I put this to spring-servlet.xml
<?xml version="1.0" encoding="UTF-8"?>
and this to web.xml
<?xml version="1.0" encoding="UTF-8"?>
and this to .jsp file at the top
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
and this to .jsp file insideof the html opening tag
<META http-equiv="content-type" content="text/html; charset=UTF-8">
Still it displays only question marks instead of German umlaut characters. What else do I need to add?