Answer:
Explanation: To decode unicode to text you use An encoding standard is a numbering scheme that assigns each text character in a character set to a numeric value. A character set can include alphabetical characters, numbers, and other symbols
Answer:
A. stringVariable=unicodeString. decode(decoding="utf-8", errors= "strict")
Explanation: