Hi,
I have a web application that needs to support arabic, so I use UTF8 for encoding:
<%@ page language="java" contentType="text/html; charset=UTF-8"%>


This leads to some characters beeing displayed wrong (works fine with Latin-1), like the German '�'. However I can mix them if I write them like '\u05E9' by hand.
My text strings come from a database and from my ressource bundles. I could use a Servlet filter to change the Strings before serving them, just have no idea how to transform them?


Stephan


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to