http://usemodj.sourceforge.net/index.php/UseModj/User Help
Logged In: YES user_id=846284
non-korean language charset = iso-8859-1
Retry following change : 1. web.xml---change filter init-param "encoding" to "iso-8859- 1" 2. vm/layout/Default.vm tempate--- change charset "EUC- KR" to "iso-8859-1"
3. vm/layout/Default.vm tempate--- add to the first line : $response.setContentType('text/html; charset=iso-8859-1')
4. web-inf/classes/usemodj.properties---"HttpCharset = iso- 8859-1
====== vm/layout/Default.vm : ========
<HEAD> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=EUC-KR"> ...
--> change to :
$response.setContentType('text/html; charset=iso-8859-1')
<!DOCTYPE HTML PUBLIC "-//W3C?//DTD HTML 4.0 Transitional//EN"> <HTML xmlns:html = "http://www.w3.org/TR/REC-html40"> <HEAD> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1"> .....
Usemodj-utf8 v1.2 supports internationalization(i18n)
Log in to post a comment.
Logged In: YES
user_id=846284
non-korean language charset = iso-8859-1
Retry following change :
1. web.xml---change filter init-param "encoding" to "iso-8859-
1"
2. vm/layout/Default.vm tempate--- change charset "EUC-
KR" to "iso-8859-1"
3. vm/layout/Default.vm tempate--- add to the first line :
$response.setContentType('text/html; charset=iso-8859-1')
4. web-inf/classes/usemodj.properties---"HttpCharset = iso-
8859-1
====== vm/layout/Default.vm : ========
<HEAD> <META HTTP-EQUIV="CONTENT-TYPE"
CONTENT="text/html; charset=EUC-KR">
...
--> change to :
$response.setContentType('text/html; charset=iso-8859-1')
<!DOCTYPE HTML PUBLIC "-//W3C?//DTD HTML 4.0
Transitional//EN">
<HTML xmlns:html = "http://www.w3.org/TR/REC-html40">
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE"
CONTENT="text/html; charset=iso-8859-1">
.....
Logged In: YES
user_id=846284
Usemodj-utf8 v1.2 supports internationalization(i18n)