Comment 4 for bug 512476

Revision history for this message
Tsung-Hsiang Chang (vgod) wrote : Re: the path to sikuli scripts can't contain non-roman characters

I just committed a fix for Mac (and Linux I think).
But this problem is more complicated than I thought.
Sikuli uses UTF-8 for its file path's encoding, but Windows doesn't. That is, we may need another encoding conversion in the C++ layer to fix this problem.