[opencms-dev] Request character encoding - An answer with a n ew Q

Vlachogiannis Evangelos evlach at aegean.gr
Fri May 28 18:25:02 CEST 2004


Same problem ... I am getting ???? for pagetitle 

-----Original Message-----
From: Martin Kuba [mailto:makub at ics.muni.cz] 
Sent: Friday, May 28, 2004 6:24 PM
To: opencms-dev at opencms.org
Subject: Re: [opencms-dev] Request character encoding - An answer with a n
ew Q

Vlachogiannis Evangelos wrote:
> You mean I do not need to do the conversion? I have tried that and it 
> does not work ....

It works for me. But you should *not* specify the encoding using

<%@ page language="java" contentType="text/html; charset=ISO-8859-7">

instead you have to set the line

defaultContentEncoding=ISO-8859-7

in the file
$CATALINA_BASE/webapps/opencms/WEB-INF/config/opencms.properties

and make the JVM default encoding to be ISO-8859-7.

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Supercomputing Center Brno             Martin Kuba
Institute of Computer Science    email: makub at ics.muni.cz
Masaryk University             http://www.ics.muni.cz/~makub/
Botanicka 68a, 60200 Brno, CZ     mobil: +420-603-533775
--------------------------------------------------------------



More information about the opencms-dev mailing list