[Typo3-dev] ext_conf_template.txt - syntax

Rainer Kuhn kuhn at punkt.de
Fri Apr 15 08:48:41 CEST 2005


Rainer (Rene) Suthoelder wrote:
> Thorsten Kahler wrote:
> 
> 
>>you could try to use the corresponding HTML Entities (as strings) and
>>recode them to the desired characters. Or you could map them to a
>>list of integers (kind of lookup table). In both cases you have to
>>decode the values.
> 
> 
> tried this already - with no luck =:(

Yes, because the HTML entities themselves contain special characters like 
the semicolon. If you didn't find another possiblity, try to create your own 
entities as common ASCII strings (e.g. comma, semikolon) and decode them to 
the special characters in your extension code.

Cheers,
Rainer




More information about the TYPO3-dev mailing list