I am looking for a library or helper function in PHP which could change a given text (unicode) into a valid portable filename. How can I do that. Ideally it should include converting characters like à
, á
, â
into a
and thus retaining it readability.
This post: Turn a string into a valid filename? addresses this problem to some extent but handling unicode is what I am worried about. Is there a easy straightforward way I can solve this.