diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-03-09 21:05:59 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-03-09 21:05:59 +0000 |
commit | 09ae8f9f555a3cfe7c2887d920279d41fb88879c (patch) | |
tree | ba54fa43671c0038aae37269a9683192b7cdb2f3 | |
parent | b9c2e32fc0c80d2ff4afb7daa782d22c5c38a229 (diff) |
Fix docs for utf8clean
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index e4cd6ed30..09220857d 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -10172,10 +10172,10 @@ number of larger units and output in Exim's normal time format, for example, .cindex "&%uc%& expansion item" This forces the letters in the string into upper-case. -.vitem &*${utf8clean*&<&'utf-8 string'&>&*}*& +.vitem &*${utf8clean:*&<&'string'&>&*}*& .cindex "correction of invalid utf-8 sequences in strings" .cindex "utf-8" "utf-8 sequences" -.cindex "wrong utf-8" +.cindex "incorrect utf-8" .cindex "expansion" "utf-8 forcing" .cindex "&%utf8clean%& expansion item" This replaces any invalid utf-8 sequence in the string by the character &`?`&. |