Hi,
last week I reported a problem with the character encoding in JRun 2.3.3
(build date november, 30, 1999), JSP 0.92. Unfortunately there was no
answer, therefore I post it again. The content was:
I changed "page compilation" in jse and jseweb to default text encoding
ISO8859_1, but it doesn't work, I get only question marks for the german
"umlauts" (������� - ASCII-Characters in the range of 196 to 252) when I
call a JSP-page in my browser.
The default setting, blank, delivers the same result. I tried it with
the standalone jseweb and with a jse connected to a IIS 4.0 on Windows
NT-Server (SP 4) for the Intel platform.
The page contains a
response.setHeader("Content-Type", "text/html;charset=iso-8859-1");"
respectively a
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
The page directive
<%@ page contentType="text/html;charset=ISO-8859-1"%>
results in a JSP Parse Error:
JSP Directive <%@ %> contenttype is not recognized.
In the browser configuration I choosed iso-8859-1 (both N$ 4.75 and IE
5.5).
Unfortunately I'm limited to JSP 0.92 on JRun 2.3.3 due to another API,
which is incompatible to JSP 1.0
Is this a bug or a misconfiguration of my server, are there workarounds
besides the &...; character entities? I need these special characters
for the keywords- and description-metatags, therefore I don't want to
use these entities.
Thanks in advance
Michael
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.