Feature Proposal: Add encode and decode functions to TWiki::Func
Motivation
Plugins' needs to encode and decode text for URL and entity.
Description and Documentation
TWiki::Func::entityEncode( text, extra ) -> text
-- entity encode text, as in
TWiki::entityEncode()
TWiki::Func::entityDecode( text ) -> text
-- entity decode text, as in
TWiki::entityDecode()
TWiki::Func::urlEncode( text ) -> text
-- url encode text, as in
TWiki::_encode()
TWiki::Func::urlDecode( text ) -> text
-- url decode text, as in
TWiki::urlDecode()
Examples
Impact
Implementation
--
Contributors: PeterThoeny - 2012-11-13
Discussion
This is now accepted by 7 day feedback period.
--
PeterThoeny - 2012-11-19
This is now done in
SVN trunk.
--
PeterThoeny - 2012-11-21