3 # Test failing conversion from ISO-8859-15 to ISO-8859-1.
6 trap 'rm -fr $tmpfiles' 1 2 3 15
8 tmpfiles
="$tmpfiles mco-test3.po"
9 cat <<\EOF
> mco-test3.po
12 "Project-Id-Version: GNU one 1.2.3\n"
13 "POT-Creation-Date: 2000-12-11 20:49+0100\n"
14 "PO-Revision-Date: 2000-03-18 15:25+01:00\n"
15 "Last-Translator: aaa bbb <ccc@ddd>\n"
16 "Language-Team: French <fr@li.org>\n"
18 "Content-Type: text/plain; charset=ISO-8859-15\n"
19 "Content-Transfer-Encoding: 8bit\n"
26 tmpfiles
="$tmpfiles mco-test3.out"
28 ${MSGCONV} -t ISO-8859-1 mco-test3.po
-o mco-test3.out
2>/dev
/null