I am getting a file with a faroese name and trying to save it in a PHP script:
2010_08_Útflutningur.xls
In Ubuntu 10.04 LTS is saving it as:
2010_08_�tflutningur.xls (invalid encoding)
I've installed and run utf8-migration-tool, but with no effect.
Is this an Ubuntu error that I can fix or I just have to give up and modify the name in php?
Is there a document which states what is the acceptable charset for a filename in Ubuntu, or what are the encoding specs?
Thanks