We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › proXML: converting special characters
Page Index Toggle Pages: 1
proXML: converting special characters (Read 1001 times)
proXML: converting special characters
Oct 30th, 2006, 3:22am
 
I'm using the proXML libraries to grab some RSS headlines off multiple feeds, but I'm struggling with how to convert the special characters contained in the strings that I get. Java and Processing is new to me, and I'll appreciate any help out here.

Here's an example:

Code:
Rock 'n' Roll Memories For Sale 



How do I convert the ' characters, as well as all of the other HTML special characters back to their original characters in Processing? I've tried using URLDecode.decode(String), but that didn't work.



Cheers
Page Index Toggle Pages: 1