[BUG] plugin exported funct. can't return binary string

Suggestions and discussion of future versions
Post Reply
mrbrdo
Member
Member
Posts: 37
Joined: Mon Jun 02, 2008 6:18 am

[BUG] plugin exported funct. can't return binary string

Post by mrbrdo »

Hello.

I tried to return a string which includes a char with the ascii code '8' or (same) '0x8' - it's an unreadable char. I return this from a export_whatever() function in core.py of a plugin i'm doing. When i return it, i get an error: ExpatError : not well-formed (invalid token)

re.
Post Reply