F
frank_ratzlow
Hi @all,
we are building a web application (Struts) that currently cannot handle
the input of certain chars especially the euro symbol (€). The
decimal value of the character varies depending on the Character
Encoding set in the browser. I cannot use
request.getCharacterEncoding() since an encoding specification is not
mandatory for a request.
This issue will surely arise for all characters not part of the Latin1
char set.
Does anyone know how to handle this encoding issue to map it back to
unicode + UTF-8? Any other solution known?
TIA
Frank
(e-mail address removed)
we are building a web application (Struts) that currently cannot handle
the input of certain chars especially the euro symbol (€). The
decimal value of the character varies depending on the Character
Encoding set in the browser. I cannot use
request.getCharacterEncoding() since an encoding specification is not
mandatory for a request.
This issue will surely arise for all characters not part of the Latin1
char set.
Does anyone know how to handle this encoding issue to map it back to
unicode + UTF-8? Any other solution known?
TIA
Frank
(e-mail address removed)