Convert Unicode Escape to Hebrew text
问题 I have the following text in a json file: "\u00d7\u0090\u00d7\u0097\u00d7\u0095\u00d7\u0096\u00d7\u00aa \u00d7\u00a4\u00d7\u0095\u00d7\u009c\u00d7\u0092" which represents the text "אחוזת פולג" in Hebrew. no matter which encoding/decoding i use i don't seem to get it right with Python 3. if for example ill try: text = "\u00d7\u0090\u00d7\u0097\u00d7\u0095\u00d7\u0096\u00d7\u00aa \u00d7\u00a4\u00d7\u0095\u00d7\u009c\u00d7\u0092".encode('unicode-escape') print(text) i get that text is: b'\\xd7\