Encoding non english chars with utf 8 on jsp

Use this in your jsp file as header


<%@page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>