On 22.01.2020 10:26, Lmhelp1 wrote:
Hello Chris and all,
Sorry for my late answer.
Thank you for the link you suggested me to read.
Adding the element:
UTF-8
to "web.xml" solved my problem.
Glad to hear that.
From an absolute point of view, this is of course again a "patch". But as Chris poin
Hello Chris and all,
Sorry for my late answer.
Thank you for the link you suggested me to read.
Adding the element:
UTF-8
to "web.xml" solved my problem.
Best regards,
--
Léa
On 17/01/2020 3:17 PM, Christopher Schultz wrote:
Your filter changes the encoding of both the request AND the respons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Léa,
On 1/17/20 8:48 AM, Lmhelp1 wrote:
> Hello,
>
> Thank you for your answer.
>
> So, I removed the filter from "web.xml".
>
> Now, some characters with diacritics are rendered properly (for
> example constant strings like menu entries: "Présen
Hello,
Thank you for your answer.
So, I removed the filter from "web.xml".
Now, some characters with diacritics are rendered properly (for example
constant strings like menu entries: "Présentation").
But I created a new user "Léa": I entered "Léa" in a input type text
HTML element and submi
On 17.01.2020 04:15, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Léa,
On 1/16/20 9:33 AM, Lmhelp1 wrote:
Hello,
Thank you for your answers.
I changed /* to
*.jsp I also un-commented the line:
servletResponse.setContentType("text/html; charset=" +
Finals.S_CHARS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Léa,
On 1/16/20 9:33 AM, Lmhelp1 wrote:
> Hello,
>
> Thank you for your answers.
>
> I changed /* to
> *.jsp I also un-commented the line:
> servletResponse.setContentType("text/html; charset=" +
> Finals.S_CHARSET);
>
> It looks like the proble
Hello,
Thank you for your answers.
I changed /* to *.jsp
I also un-commented the line:
servletResponse.setContentType("text/html; charset=" + Finals.S_CHARSET);
It looks like the problem is solved.
> André Warnier wrote:
> As another way of avoiding that problem, you may also want to change
i