When uploading files to a server. Should the file name be sanitized? i.e. avoiding non-ASCII characters like é or &?
Or should we allow these files to be saved as is?
PS. In Rails 3, I can't remember the method. It changes non-ascii chars to underscores and etc. Someone remind me pls. It's not sanitize. Its a different method.