E
Elhanan
hi..
my jsp and property files are encoded in UTF-8:
if i use this:
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<html>
<head>
</head>
<body>× ×¡×™×•×Ÿ
<h3><bean:message key="welcome.heading"/></h3>
</body>
</html>
i get my hebrew in gibbirsh, but changing the encoding setting in
explorer corrects this: (using meta didn't help).
however if i add
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"
%>
to the jsp , i get gibbrish value from the bean tag, no matter what i
do.
my jsp and property files are encoded in UTF-8:
if i use this:
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<html>
<head>
</head>
<body>× ×¡×™×•×Ÿ
<h3><bean:message key="welcome.heading"/></h3>
</body>
</html>
i get my hebrew in gibbirsh, but changing the encoding setting in
explorer corrects this: (using meta didn't help).
however if i add
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"
%>
to the jsp , i get gibbrish value from the bean tag, no matter what i
do.