Maybe I’m overlooking something obvious, but is there a way to substitute the correct characters for raw HTML entity code in VVVV? I’m reading in RSS feeds so of course all symbols are turned into & quot; or ç for example.
Anyone know a way to convert these characters automatically? I’m thinking of having the HTML processed through a lookup table to find/replace the characters, but maybe there’s an easier way to read HTML entities properly…