What do you think about requiring, or optionally using, the transliteration module to sanitize filenames?

It does a good job stripping out all undesired characters as well as converting non-ASCII characters to ASCII.

It could either be added as a dependency or we could add some if (module_exists()) logic.

CommentFileSizeAuthor
#1 mailsave-transliteration.patch824 bytesmfb

Comments

mfb’s picture

Status: Active » Needs review
StatusFileSize
new824 bytes
sense-design’s picture

Good Idea