[Typo3] replacing umlauts with TS

Bjoern Kraus krausbn at php.net
Wed Oct 12 19:49:50 CEST 2005


hi!

i'm trying to replace certain german umlauts like "ä", "ü" etc. with 
parseFunc.short. the pitty is that the ts parser doesn't accept 
characters other than A-Za-z0-9 (=[alnum]). so if i type

parseFunc.short (
	ä = ae
	ü = ue
	...
)

the parser throws an error. has anyone an idea how to accomplish the 
replacement without getting a parser problem?

regards
Bjoern



More information about the TYPO3-english mailing list