UTF-8 Encoding explicitly set

This commit is contained in:
Jeremy Grelle
2008-06-30 20:29:40 +00:00
parent 725814bd0a
commit 7b86939ae2

View File

@@ -4,7 +4,7 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:c="http://java.sun.com/jstl/core"
xmlns:sf="http://www.springframework.org/tags/faces">
<f:view contentType="text/html">
<f:view contentType="text/html" encoding="UTF-8">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Spring Faces: Hotel Booking Sample Application</title>