[TYPO3-UG Oesterreich] mailformplus & umlaute in upgeloadeten dateien

georg kuehnberger georg at georg.org
Thu Nov 22 14:00:49 CET 2007


Stefan Beylen wrote:
> georg kuehnberger wrote:
>> Nur einen Lösungsgedanken: mailformplus, muesste die gleich 
>> file-rename funktion verwenden, die beim Speichern dann auch verwendet 
>> wird.
>> Ich befürchte nur, dass Du Dir das ohnehin schon gedacht hast;
> 
> jo gedacht hab ichs, aber angeschaut nu ned. danke für den tip, werd 
> wohl die mailformplus hacken müssen ;)

rough guess:
class.t3lib_basicfilefunc.php - function cleanFileName
---
	/**
	 * Returns a string where any character not matching [.a-zA-Z0-9_-] is 
substituted by '_'
	 *
	 * @param	string		Input string, typically the body of a filename
	 * @param	string		Charset of the a filename (defaults to current 
charset; depending on context)
	 * @return	string		Output string with any characters not matching 
[.a-zA-Z0-9_-] is substituted by '_'
	 */

lg g
PS: @ hype; Was fuer ein Hype? Hab ich da was verschlafen? ;-)


More information about the TYPO3-at mailing list