from demo.datastructs import unidecodeSafe unidecodeSafe('bytestring')
from demo.datastructs import unidecodeSafe unidecodeSafe(42)
from demo.datastructs import unidecodeSafe unidecodeSafe(u'') unidecodeSafe(u'foo') unidecodeSafe(u'Éxcellent')
from demo.datastructs import unidecodeSafe unidecodeSafe(None)