Python HTML Encoding xc2xa0

Python HTML Encoding xc2xa0

xc2xa0 means 0xC2 0xA0 is so-called

Non-breaking space

It is a kind of invisible control character in UTF-8 encodings. More info about it check the wikipedia: https://en.wikipedia.org/wiki/Non-breaking_space

I copied what you have pasted in the questions and got the expected output.

Python HTML Encoding xc2xa0

Leave a Reply

Your email address will not be published. Required fields are marked *