AndreBognuda
New Member
I am using Tomcat to deploy an webapp that consists of Korean. When I write texts in English for JSP pages I see them correctly. However when I try Korean it does not appear at all. Here is what I've done so far to solve this problem from Googling.My development environment is Eclipse JUNO in Mac OS X 10.7.5 (English).
The web server being used is Tomcat 7.[*]Specify what encoding the HTML document is in.\[code\]<%@page contentType="text/html" pageEncoding="UTF-8"%>...<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />...\[/code\][*]Set the encodings in Eclipse\[code\]Eclipse - preferences - WebCSS Files - set Encoding : UTF-8 Eclipse - preferences - WebCSS Files - set Encoding : UTF-8 Eclipse - preferences - WebCSS Files - set Encoding : UTF-8 \[/code\][*]Set the font family in CSS as Mac OS X default system korean font AppleGothic\[code\]body { margin:0; padding:0; width:100%; color:#6e6e6e; font-family:AppleGothic; font-size:12px/1.5em; } \[/code\]When I try to open the web page locally from the file system using Chrome, I don't see Korean at all.
The web server being used is Tomcat 7.[*]Specify what encoding the HTML document is in.\[code\]<%@page contentType="text/html" pageEncoding="UTF-8"%>...<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />...\[/code\][*]Set the encodings in Eclipse\[code\]Eclipse - preferences - WebCSS Files - set Encoding : UTF-8 Eclipse - preferences - WebCSS Files - set Encoding : UTF-8 Eclipse - preferences - WebCSS Files - set Encoding : UTF-8 \[/code\][*]Set the font family in CSS as Mac OS X default system korean font AppleGothic\[code\]body { margin:0; padding:0; width:100%; color:#6e6e6e; font-family:AppleGothic; font-size:12px/1.5em; } \[/code\]When I try to open the web page locally from the file system using Chrome, I don't see Korean at all.