Content
FramesNo Frames

Page Tree

  • ${ao:getLastModified()}
  • Functions
  • Taglib Reference
  • AO Taglib
  • Web Development
  • AO OSS
  • ${ao:addLastModified()}
  • ${ao:encodeURIComponent()}
  • ${ao:decodeURIComponent()}
  • ${ao:encodeURI()}
  • ${ao:encodeURL()}
  • ${ao:getAbsolutePath()}
  • ${ao:getAbsoluteURL()}
  • ${ao:getDecimalTimeLength()}
  • ${ao:getProjectVersion()}
  • ${ao:isForwarded()}
  • ${ao:isRtl()}
  • ${ao:join()}
  • ${ao:message()}
  • ${ao:wordWrap()}
  • ${ao:ceil()}
  • ${ao:floor()}
  • ${ao:round()}
  • ${ao:resourceExists()}

${ao:decodeURI()}

September 26, 2021

Decodes a URI to Unicode format.

Characters that would decode to a reserved character are left percent-encoded to avoid ambiguity.

Decodes characters in the recommended UTF-8 encoding.

Example

${ao:decodeURI(value)}

Function Information

Function Class: com.aoapps.net.URIDecoder
Function Signature: java.lang.String decodeURI(java.lang.String)
Display Name: None