How to make a program to get unicode of a string in python?? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antworten
+ 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