Hello,
I am facing an issue with my java.text.Normalizer which is working fine in one part of the application and not so well in another part of the application.
Here is how I use the Normaliser:
It works well when I use the facelets function from facelets code as shown here:
(I get this: "The+fall", notice the "+" sign.)
However, when I try to use it as follows from
java code:
It does not work and I get a space as shown here:
(see: "The fall", notice the space...)
Can anyone please help?
Thanks in advance,
Julien.