1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

Convert to UTF-8.

This commit is contained in:
Paul Eggert
2004-08-10 22:47:08 +00:00
parent c5ff0b216e
commit faca6bfc15
16 changed files with 90 additions and 103 deletions

View File

@@ -24,9 +24,9 @@ fi
fail=0
$prog '\xf73\n' > out || fail=1
$prog '\x7e3\n' > out || fail=1
cat <<\EOF > exp
÷3
~3
EOF
cmp out exp || fail=1