I'm scraping some sites for lists of languages with native spellings/characters to put into a text file, and because many of the languages are written in unicode characters, I'm getting a list containing a lot of HTML character codes. For (simple) example:
Español
Français
한국어
(i.e. Spanish, French, Korean) I don't need to display these in a PoSh terminal, but I would like the text file to contain the unicode characters.
How do I get PoSh to convert them?