Fix utf8clean not replacing incomplete final character
authorPhil Pennock <pdp@exim.org>
Fri, 17 Aug 2018 01:17:32 +0000 (21:17 -0400)
committerPhil Pennock <pdp@exim.org>
Fri, 17 Aug 2018 01:19:09 +0000 (21:19 -0400)
commit0a682b6cd5f70e94b84fa17022554b48c97a63bd
tree94ee5b86194de3a023011b5f5dea24a133bfd7bb
parentd16931c81f3e500fa6eafe5ec1c5d8e7db63e65a
Fix utf8clean not replacing incomplete final character

Before, it was just dropped, but we document that it's replaced by ?.

Tests updated, manual test-case for -be prompt is:

    ${utf8clean:${length_1:フィル}}
doc/doc-txt/ChangeLog
src/src/expand.c
test/confs/0600
test/log/0600
test/scripts/0000-Basic/0600