Skip to content

Commit

Permalink
Item11746: Document plurals for encode types
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@15670 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Oct 22, 2012
1 parent 9ce6beb commit e4ffa14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/data/System/VarENCODE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
* all non-printable ASCII characters below space, except newline (="\n"=) and carriage return (="\r"=)
* HTML special characters ="<"=, =">"=, ="&"=, single quote (='=) and double quote (="=)
* TML special characters ="%"=, ="["=, ="]"=, ="@"=, ="_"=, ="*"=, ="="= and ="|"=
* =type="entity"= Encode special characters into HTML entities, like a double quote into =&amp;#034;=. Does *not* encode =\n= (newline).
* =type="entity"= or =type="entities"= Encode special characters into HTML entities, like a double quote into =&amp;#034;=. Does *not* encode =\n= (newline).
* =type="html"= As =type="entity"= except it also encodes =\n= (newline)
* =type="safe"= Encode just the characters ='"&lt;&gt;%= into HTML entities.
* =type="quotes"= Escapes double quotes with backslashes (=\"=), does not change any other characters
* =type="quote"= or =type="quotes"= Escapes double quotes with backslashes (=\"=), does not change any other characters
* =type="url"= Encode special characters for use in URL parameters, like a double quote into =%ENCODE{"\""}%=
* Examples <pre class="tml">
%<nop>ENCODE{"spaced name"}%= expands to
Expand Down

0 comments on commit e4ffa14

Please sign in to comment.