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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | mailsave-transliteration.patch | 824 bytes | mfb |
Comments
Comment #1
mfbComment #2
sense-designGood Idea