<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [opencms-dev] charset problems</TITLE>
</HEAD>
<BODY>
<BR>
<BR>

<P><FONT SIZE=2>Try java 1.4</FONT>
</P>

<P><FONT SIZE=2>Also there the server installation step by step instructions saying...</FONT>
</P>

<P><FONT SIZE=2>2 Installing Tomcat</FONT>
<BR><FONT SIZE=2>Install Jakarta Tomcat <A HREF="http://jakarta.apache.org/tomcat/index.html" TARGET="_blank">http://jakarta.apache.org/tomcat/index.html</A> into a folder of your choice. This is the CATALINA_HOME folder. Don't forget to set the environment variables CATALINA_HOME and JAVA_HOME. </FONT></P>

<P><FONT SIZE=2>Test the installation by running tomcat in standalone mode and check the examples. Note: Tomcat uses port 8080 in standalone mode. </FONT></P>

<P><FONT SIZE=2>If you wish you can combine the servlet-engine with a webserver like the Apache Web Server <A HREF="http://www.apache.org/httpd.html" TARGET="_blank">http://www.apache.org/httpd.html</A>. </FONT></P>

<P><FONT SIZE=2>To make sure Tomcat works with the correct charset to read and write files you should add the following parameter to the commandline that is used to start Tomcat: </FONT></P>

<P><FONT SIZE=2>-Dfile.encoding=ISO8859_1</FONT>
<BR><FONT SIZE=2>You can set the environment varibale CATALINA_OPTS to do so. (CATALINA_OPTS=-Dfile.encoding=ISO8859_1)</FONT>
</P>

<P><FONT SIZE=2>I'm using also 5.0 Beta 2</FONT>
</P>

<P><FONT SIZE=2>Try it!</FONT>
</P>

<P><FONT SIZE=2>Best Regards,</FONT>
</P>

<P><FONT SIZE=2>Nico</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Thomas März [<A HREF="mailto:thomasmaerz@gmx.de">mailto:thomasmaerz@gmx.de</A>] </FONT>
<BR><FONT SIZE=2>Sent: Donnerstag, 21. November 2002 13:54</FONT>
<BR><FONT SIZE=2>To: opencms-dev@opencms.com</FONT>
<BR><FONT SIZE=2>Subject: [opencms-dev] charset problems</FONT>
</P>

<P><FONT SIZE=2>Hello,</FONT>
</P>

<P><FONT SIZE=2>I am using OpenCms 5.0 Beta 2.</FONT>
</P>

<P><FONT SIZE=2>I have problems displaying german umlauts</FONT>
<BR><FONT SIZE=2>and editing the source code.</FONT>
</P>

<P><FONT SIZE=2>I don't what to try else.</FONT>
<BR><FONT SIZE=2>Last guess, the <meta>-tag with encoding=utf-8</FONT>
<BR><FONT SIZE=2>is missing, but if I use different encodings</FONT>
<BR><FONT SIZE=2>on the browser side, the result is always wrong.</FONT>
</P>

<P><FONT SIZE=2>Using IE 5:</FONT>
<BR><FONT SIZE=2>-----------</FONT>
<BR><FONT SIZE=2>- when clicking a file in explorer view</FONT>
<BR><FONT SIZE=2>ä Ã¶ Ã¼ is displayed and not the umlauts.</FONT>
<BR><FONT SIZE=2>I tried to set different encodings on the</FONT>
<BR><FONT SIZE=2>browser side, but none worked.</FONT>
<BR><FONT SIZE=2>  veröffentlichen -> veräffentlichen</FONT>
</P>

<P><FONT SIZE=2>- viewing an example page</FONT>
<BR><FONT SIZE=2>/page.html displays ä ö ü in browser window</FONT>
<BR><FONT SIZE=2>                    -----</FONT>
<BR><FONT SIZE=2>and Ã¤ Ã¶ Ã¼ viewing the source code in notepad</FONT>
<BR><FONT SIZE=2>    --------</FONT>
</P>

<P><FONT SIZE=2>- editing the source code in OpenCms:</FONT>
<BR><FONT SIZE=2>I get a JavaScript error message:</FONT>
</P>

<P><FONT SIZE=2>,-----</FONT>
<BR><FONT SIZE=2>| line:  88</FONT>
<BR><FONT SIZE=2>| char:  9</FONT>
<BR><FONT SIZE=2>| error: object expected</FONT>
<BR><FONT SIZE=2>| code:  0</FONT>
<BR><FONT SIZE=2>`-----</FONT>
</P>

<P><FONT SIZE=2>And no content is displayed in the textarea.</FONT>
<BR><FONT SIZE=2>Saving and exiting are disabled.</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=2>Using IE 6:</FONT>
<BR><FONT SIZE=2>-----------</FONT>
<BR><FONT SIZE=2>- when clicking a file in explorer view</FONT>
<BR><FONT SIZE=2>everything works</FONT>
</P>

<P><FONT SIZE=2>- viewing an example page:</FONT>
<BR><FONT SIZE=2>/page.html displays ä ö ü in browser window</FONT>
<BR><FONT SIZE=2>                    -----</FONT>
<BR><FONT SIZE=2>and Ã¤ Ã¶ Ã¼ viewing the source code in notepad</FONT>
<BR><FONT SIZE=2>    --------</FONT>
</P>

<P><FONT SIZE=2>- editing the source code in OpenCms</FONT>
<BR><FONT SIZE=2>everything works</FONT>
</P>

<P><FONT SIZE=2>Maybe somebody can help me.</FONT>
</P>

<P><FONT SIZE=2>Thanks</FONT>
<BR><FONT SIZE=2>Thomas</FONT>
</P>

</BODY>
</HTML>