Might be a silly question but for some reason & isnt recognized as &. I get text from an API and & is printed as & and not &. I encode via UTF8 but it doesnt catch it
Might be a silly question but for some reason & isnt recognized as &.
Share
&is the HTML escape sequence for the ampersand. It has got nothing to do with the character encoding. If you open the page you’re fetching in your browser (if possible), you’ll see it in the sourcecode either.