[TYPO3-english] cooluri - problems with umlauts by manual updating
lee perry
leeperry at slack.de
Wed Nov 12 19:46:21 CET 2008
hey jan,
> Quick fix is to go to cooluri/link.Functions.php, locate method
> utf2ascii and replace UTF-8 with ISO-whatever.
I tried it with this:
if (function_exists('iconv')) return iconv('ISO-8859-1',
'ASCII//TRANSLIT', $s);
the result of this quick fix is, that the umlaut (f.e. ö) will converted
in "-" and not in "oe".
it's better than cropped but do you have any idea to optimize it?
thanx!
More information about the TYPO3-english
mailing list