Some annoying characters are not normalised by unicodedata
I have a python string that looks like as shown below. This string is from the SEC filing of one public company in the US. I am trying to remove some annoying characters from the string using unicodedata.normalise function, but this is not removing all characters. What could be the reason behind such behavior? from… Read More Some annoying characters are not normalised by unicodedata