]> diplodocus.org Git - nmh/commitdiff
Fixed test-utf8-body to actually contain the UTF-8 character
authorDavid Levine <levinedl@acm.org>
Sun, 6 Jan 2013 15:38:21 +0000 (09:38 -0600)
committerDavid Levine <levinedl@acm.org>
Sun, 6 Jan 2013 15:38:21 +0000 (09:38 -0600)
instead of the single byte, 8-bit character.  This was caught
using Heirloom shell with a UTF-8 locale:  when it wrote the
test draft from a here document, it converted the single byte
character to UTF-8.  This verifies that behavior:

LANG=en_US.utf-8 /usr/lib/heirloom/5bin/sh -c "od -x <<EOF
`printf '\xA1'`
EOF
"


No differences found