H
hagar
I am creating a JSP page that queries a database that contain french
characters. The query works fine and records are returned with the
following request:
AND DESIGNATION_FR = "Zone d'utilisation générale"
However somewhere between the response to the query and passing the
information to the browser the e's with the accents get altered as
such:
"Zone d'utilisation ginirale"
I imagine this is some sort of character set issue. Has any resolved
this sort of thing?
characters. The query works fine and records are returned with the
following request:
AND DESIGNATION_FR = "Zone d'utilisation générale"
However somewhere between the response to the query and passing the
information to the browser the e's with the accents get altered as
such:
"Zone d'utilisation ginirale"
I imagine this is some sort of character set issue. Has any resolved
this sort of thing?