array.fromunicode(s)
Extends this array with data from the given unicode string. The array must be a type 'u'
array; otherwise a ValueError
is raised. Use array.frombytes(unicodestring.encode(enc))
to append Unicode data to an array of some other type.
Please login to continue.