[TYPO3-dev] Special chars in ext_emconf.php
Tapio Markula
tapio.markula at atwebteam.com
Thu Oct 5 12:07:08 CEST 2006
Martin Kutschker kirjoitti:
> Tapio Markula schrieb:
>> Hi
>>
>> How I should write special chars in ext_emconf.php
>>
>> Lasse Nrby/Tapio Markula if Norwegian ö
>>
>> Lasse Nørby/Tapio Markula if as entity.
>
> I don't know but I guess that it'll be a problem either way.
>
> If you spell ö, you wold have to decide for a charset, which will be
> problematic as the BE may be in any charset and the EM cannot know which
> charset you have chosen.
>
> If you go for entities it will be a problem as the EM should run all
> user supplied data and ext_emconf.php is such through htmlspecialchars().
>
> Masi
ok - its always problematic.
Maybe to do like in international competitions,
which don't know Scandinavian special chars but replace them with some
combinations.
where
æ and ä are 'ae'
then ø or ö should put 'oe'
Noerby - or just ignore Scandinavian special chars?
More information about the TYPO3-dev
mailing list