#1 i18n? - Usemodj-utf8 v1.2 support
open
nobody
None
5
2004-12-06
2004-05-26
Anonymous
No
Discussion
Log in to post a comment.
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
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)