.. include:: ../../../../Includes.txt .. _typo3-fluid-format-htmlentitiesdecode: ========================= format.htmlentitiesDecode ========================= Applies html_entity_decode() to a value Examples ======== default notation:: {text} Output:: Text with & " < > replaced by unescaped entities (html_entity_decode applied). inline notation:: {text -> f:format.htmlentitiesDecode(encoding: 'ISO-8859-1')} Output:: Text with & " < > replaced by unescaped entities (html_entity_decode applied). Arguments ========= .. _format.htmlentitiesdecode_value: value ----- :aspect:`DataType` string :aspect:`Required` true :aspect:`Description` String to format .. _format.htmlentitiesdecode_keepquotes: keepQuotes ---------- :aspect:`DataType` mixed :aspect:`Required` true :aspect:`Description` If TRUE, single and double quotes won't be replaced (sets ENT_NOQUOTES flag). .. _format.htmlentitiesdecode_encoding: encoding -------- :aspect:`DataType` string :aspect:`Required` true :aspect:`Description`