Skip to content

Unicode

André Anjos requested to merge unicode into master

Checks if unicode filenames are properly supported using a simple "s" conversion at the Python C-API level.

This work is related to bob.io.base#7 (closed) as it compares two use-cases with the use of "s" through Python's C-API PyArg_ParseTupleAndKeywords for reading data files with unicode filenames.

Edited by André Anjos

Merge request reports