Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

convert string to unicode python 3

from numpy import unicode
t1 = "abc"
t2 = unicode(t1)
 
PREVIOUS NEXT
Tagged: #convert #string #unicode #python
ADD COMMENT
Topic
Name
9+8 =