Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python convert xd8 to utf8

result = string.decode('unicode-escape').encode('latin1').decode('utf-8')
 
PREVIOUS NEXT
Tagged: #python #convert
ADD COMMENT
Topic
Name
5+9 =