On Jan 15, 2009, at 2:41 AM, JetWork wrote:


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.



What version of Jetspeed?
Could you paste in the code you are using in Java to make the fileSeparator variable available to your JSP
Seeing the JSP code could help as well


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to