HTML decoding to plain text question

I’m pulling RSS feeds and getting encoded characters. Is there a way to get them back to regular text. I think they are Unicode and escaped for html?

On the web page source it looks like this:

image

It looks like this when copy pasted here in the forum:

:us_outlying_islands: US Secretary Department of War

but in RSS text, and in my app, it is displayed like this

image

I think it is encoding related, but any tips to get it right would be appreciated.

Thanks!

🇺🇲

Those are both html encoded characters.

1 Like

I asked GROK and it pitched a native function and MBS!

DecodingFromHTMLMBS(EncodedString)

MBS did the job very nicely!! My output is perfect.

image

Does anyone else use GROK for coding? I’m getting better results than from ChatGPT

2 Likes