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. -- View this message in context: http://www.nabble.com/Jetspeed-2-Unicode-problem-tp21475159p21475159.html Sent from the Jetspeed - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
