Use transliteration module -- either optionally or as a dependency
mfb - May 19, 2009 - 01:57
| Project: | Mailsave |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
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.

#1