Ramez Ghazzaoui wrote:
> Is there a way to make French characters work both in Directory Listings
> and in GET parameters?

All your pages need to include the following at the start:
<%@ page pageEncoding="UTF-8" %>

The correct UTF-8 encoding for your request is:
http://localhost/main.jsp?path=ol%C3%A9

HTH,

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to