It appears that setup factory doesn't accept files with special characters like accented characters in the file name (gráfico.doc for example).
When I tried to use a folder reference that included a file with an accented character, the build failed because it was trying to find "grafico.doc" and it wasn't in the directory (because what was in the directory was actually "gráfico.doc"
Is there any way to get setup factory to accept files with these special characters without renaming all the files? (because renaming the files "grafico.doc" did work)

