/*

 * OS: Windows 10

 * STS Version: sts-3.9.5.RELEASE

 * Project: Spring MVC

 * Title: jsp 파일에 한글 설정

 */


jsp 파일에 한글 처리




새로운 jsp 파일을 생성하면 적용됨.


-- test.jsp

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

    pageEncoding="UTF-8"%>

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>Insert title here</title>

</head>

<body>


</body>

</html>










+ Recent posts