converts an abnormal character into a normal character eg an unicode character in python

Yes, You can try this..You can use encode to ASCII if you don’t need to translate the non-ASCII characters:

content.encode('ascii','ignore')

#output

This Service does not use these cookies explicitly. However, the app may'

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top