Hi Paul,
Do you get any exception in the server log? I guess this could be due
to Trinidad-1430.
Thanks
Mamallan
Paul Mander wrote:
We've recently upgraded from 1.0.7 to 1.0.11 and found that we now cannot
enter Turkish characters into forms whereas before we didn't have any
problem in this area. I have narrowed this down to 1.0.10 which was the last
release when it worked.
The problem arises when entering "YURTİÇİ" which contains the problem
characters. The page bean receives these in a garbled format using 1.0.11
(fine with 1.0.10).
Looking through the release note all I can see that touches anything
relating to this is https://issues.apache.org/jira/browse/TRINIDAD-974. It
mentioned in the comments about setting encoding levels for these jspx
files. I have tried
<?xml version="1.0" encoding="ISO-8859-9"?> (Turkish)
<?xml version="1.0" encoding="UTF-8"?>
but they don't work. Interestingly they do garble the input is a different
way.
Has anyone got any ideas about this. It is extremely urgent that we get this
fixed as soon as possible.