applied-ai-018's picture
Add files using upload-large-folder tool
c8ef0a6 verified
raw
history blame contribute delete
108 Bytes
unicode_text = "à¤Ĩप"
normal_text = unicode_text.encode('utf-8').decode('utf-8')
print(normal_text)