Jetspeed 2 Unicode problem
--------------------------
Key: JS2-924
URL: https://issues.apache.org/jira/browse/JS2-924
Project: Jetspeed 2
Issue Type: Wish
Components: Other
Environment: Windows server 2003, JBoss 4.0.4
Reporter: Mohit Dadu
In my Java file, I am declaring a field separator as following:
String fieldSeparator= "\u00a6"; (which is a broken bar)
When I access and print in JSP, it prints the following character ' ยช '
But in log file it shows me the correct character i.e. broken bar.
Actually in jsp, i am using this character as field separator and in java i am splitting the
string on this particular character, In java i am able to split, as it is treated as different
character.
Why I am posting this issue in Jetspeed 2, because we have one other portal, on that it is
working perfectly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
|