Hi All,

I am having problems with Scandinavian characters on my system and am
attempting to isolate the problem; any help would be greatly
appreciated.

The problem manifests when forms are posted containing Scandinavian
characters.  In some cases these characters are de/encoded correctly and
in other cases they are replaced by strings of other special characters.
The system that I am working with aims to use UTF-8 encoding, and there
are meta elements on all the pages to this effect.

I have enabled the RequestDumperValve which shows that the characters
are incorrectly decoded by the time they reach this stage of processing.
I have noticed a correlation (although not necessarily a relationship)
between whether the characters are correctly decoded and whether the
request is reporting using:

contentType=text/html;charset=ISO-8859-1

or incorrectly decoded when:

contentType=text/html;charset=UTF-8

(This comes from the part of the RequestDumperValve output which is
separated from the main request part by two dashed lines).

I have tried modifying the Connector for the service by adding

URIEncoding="UTF-8"

and experimented with both:


-- 
Richard
-------
Richard Jones                    |
Overingeniør                     | Senior Engineer
Universitetsbiblioteket i Bergen | University of Bergen Library

e: [EMAIL PROTECTED]
t: +47 55 58 25 37

BORA: http://bora.uib.no/



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

Reply via email to