[TYPO3-core] RFC: #9336 Enable ascii for parsefunc-short replacement

Martin Holtz typo3ng_2008 at martinholtz.de
Tue Sep 16 16:48:50 CEST 2008


Hi Francois,

>> split and rawurlencode? :D
> 
> I tried it but didn't have enough time to come up with a proper TS. Can
> you? ;-)
perhaps that:

page = PAGE
page.10 = TEXT
page.10.value (
http://www.typo3.org/fileadmin/first space/second space.gif
)
page.10.substring = 8
page.10.wrap = http:
page.10.split {
	token = /
	cObjNum = 1
	1 = TEXT
	1.current = 1
	1.rawUrlEncode = 1
	1.wrap = /|
}

result:
http://www.typo3.org/fileadmin/first%20space/second%20space.gif

cheers,
martin
-- 
Martin Holtz


More information about the TYPO3-team-core mailing list