Am 09.12.14 12:53, schrieb Björn Hahnefeld:
> Das stimmt. Das wäre aber kein Problem. Deswegen hatte ich die auch
> teilweise schon in meinem Skript für Testzwecke hinterlegt:
> --
>       $list = get_html_translation_table(HTML_ENTITIES);
>       unset($list['<']);
>       unset($list['>']);
>       unset($list['"']);
>       unset($list['&']);
>       $list['Ć'] = '&#262;';
>       $list['ć'] = '&#263;';
>       $list['Ś'] = '&#346;';
>       $list['ś'] = '&#347;';

und wo passiert die Umwandlung? Bisher liest Du ja nur ein Array aus und
überschreibst das...


-- 
Marc Willmann. TYPO3-Freelancer.
http://www.marc-willmann.de

Seelandstr. 14-16
D-23569 Lübeck

TYPO3 Certified Integrator
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an