filenames

filename encoding issue

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 a ubuntu error that I can fix or I just have to give up and modify the nam...

Difficulty in creating filename

Hey guys. I have some difficulty in creating a filename. okay, here is what I want to do: a matlab function called file_save(filename,input_data) is to save data into a xml file. so in a for loop, I want to create xml file with sequential filename eg. output1.xml output2.xml output3.xml I guess there are some way of combining filename? ...

What does "?", used after JavaScript filename, means?

For example, having: <script type="text/javascript" src="http://somedomain.com/js/somejs.js?14"&gt; </script> So what does "?14" means here? ...