How to make a program to get unicode of a string in python?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make a program to get unicode of a string in python??

Help

24th Sep 2019, 5:39 PM
L Attic
L Attic - avatar
2 Answers
+ 4
from sys import stdout as out out.reconfigure(encoding="utf-16")
24th Sep 2019, 5:59 PM
Farhan
Farhan - avatar
+ 1
Thanks
24th Sep 2019, 6:13 PM
L Attic
L Attic - avatar