diff options
author | Phil Pennock <pdp@exim.org> | 2018-08-17 22:06:48 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2018-08-17 22:06:48 -0400 |
commit | c2c451ac58c5e6eb801c9057d976e5af2b081f54 (patch) | |
tree | 7b4331dffdf6e3c573aa97657c088e672e258a96 /doc/doc-txt | |
parent | 0a682b6cd5f70e94b84fa17022554b48c97a63bd (diff) |
UTF8/locale: document constraints on current expansions.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index bc521a6a3..583603f19 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -96,6 +96,8 @@ PP/03 Make ${utf8clean:} expansion operator detect incomplete final character. Previously if the string ended mid-character, we did not insert the promised '?' replacement. +PP/04 Documentation: current string operators work on bytes, not codepoints. + Exim version 4.91 ----------------- |