Skip to content

Instantly share code, notes, and snippets.

@pietrom
Created April 8, 2015 07:34
Show Gist options
  • Select an option

  • Save pietrom/ead4a5119b8a8bd8d584 to your computer and use it in GitHub Desktop.

Select an option

Save pietrom/ead4a5119b8a8bd8d584 to your computer and use it in GitHub Desktop.
Empty JSP with UTF-8 charset declaration
<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment