tag:blogger.com,1999:blog-10039526.post111907685088987023..comments2008-01-18T09:38:08.016+11:00Comments on David Kemp's Blog: Beware of assuming ASCII encodingsDavid Kemphttp://www.blogger.com/profile/12250289605528269244noreply@blogger.comBlogger3125tag:blogger.com,1999:blog-10039526.post-37582773992236586172008-01-17T23:16:00.000+11:002008-01-17T23:16:00.000+11:00have a separator.xml(in UTF8) file which contains ...have a separator.xml(in UTF8) file which contains a field space with value “&#xa0;”, which represents a non breaking space. In my java code, I concatenate this space with some text ,lets say to name.append(the value of the attribute goes in here).append(“some more data”…and send it to the client. The problem is that, in the first jsp it displays correctly as MyName space some more data. When I pass the text as a parameter, the special characters start to act weird, it passes it as “Benefit+Sample%C2%A0+258%C2%A0-%C2%A0James+Smith”<BR/><BR/> <BR/><BR/> Any suggestions?Ashirwad Pariwarhttp://www.blogger.com/profile/04269275842160947773noreply@blogger.comtag:blogger.com,1999:blog-10039526.post-1130260162557664912005-10-26T03:09:00.000+10:002005-10-26T03:09:00.000+10:00Hi :-) Great Blog. Check out my ascii convert ebcd...Hi :-) Great Blog. Check out my <A HREF="http://www.ascii.ws" REL="nofollow">ascii convert ebcdic</A> site. I think you'll like it ;)Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-10039526.post-1120447746909933292005-07-04T13:29:00.000+10:002005-07-04T13:29:00.000+10:00There's actually quite a good article on character...There's actually quite a good article on character sets by Joel on Software. Have a look at <A HREF="http://www.joelonsoftware.com/articles/Unicode.html" REL="nofollow">this</A>.Andy Markshttp://www.corvine.orgnoreply@blogger.com