Contents
|
pythoncom
.Unicode
PyUnicode
=
Unicode(
s
)
Converts a string into a
PyUnicode
object.
Parameters
s
: string
The string to convert into a Unicode object
Comments
As Python itself becomes Unicode aware, this function will not be necessary.