diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -108,8 +108,11 @@ Here are the differences to be aware of: `escape-string-iso-8859-1`, `escape-string-all`, `escape-char-minimal`, `escape-char-minimal-plus-quotes`, `escape-char-iso-8859-1` and `escape-char-all`. - TL-WHO uses the TXR Lisp standard function `html-encode`, - which has no options to control its behavior. + TL-WHO uses the TXR Lisp standard functions `html-encode`, + and `html-encode*`, which have no options to control its behavior. + `html-encode` is used internally for escaping material + to be inserted into attributes; `html-encode*` is used by `esc` + and `fmt`. * The CL-WHO `conc` function is missing. TXR Lisp has a function like this, which is called `join`, and that is what is used in TL-WHO. |