Hi folks!

I have a question about encoding

I have an application that runs on Apache and Tomcat.
We use xsl-templates and xml in our view layer with oracle's xml parser.
We use jsp as controler to send data to correct BusinessObject (semi-servlets)



When user adds data to web-page with for example word-doc with copy-and-past
and he pasts special signs for examle %92% which is a word-specific apostrof
that sign is formatted to a '?'

How can i get the encoder to use the correct sign instead ????

Earlier in the project we used UTF-8, but when we discovered problems with
scandinavian
signs (we are a scandinavian company and most of our customers are
scandinavian) we changed
to ISO-8859-1

With UTF-8 there is no problems with the apostrof sign but with scandinavian
signs
With ISO-8859-1 there is no problem with scandinavian signs but with the
apostrof.

sincerly

tonnie

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to