summaryrefslogtreecommitdiffstats
path: root/tools/regression/msdosfs/msdosfstest-3.sh
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2012-01-05 21:36:53 +0000
committeruqs <uqs@FreeBSD.org>2012-01-05 21:36:53 +0000
commit3060727ed7ba4d9b8c378bdcacc001bf87a89132 (patch)
tree94b6472c9e22ea26b64f520126b61de885cb62a5 /tools/regression/msdosfs/msdosfstest-3.sh
parent2b302aad9f597489a5b87e5d623f1a326758605e (diff)
downloadFreeBSD-src-3060727ed7ba4d9b8c378bdcacc001bf87a89132.zip
FreeBSD-src-3060727ed7ba4d9b8c378bdcacc001bf87a89132.tar.gz
Convert files over to UTF-8.
These files contained various combinations of Big5, eucJP and KOI8-U encoded strings. The byte representations of their respective encodings have been translated to $'...' escape sequences as understood by our sh(1). With help from: jilles
Diffstat (limited to 'tools/regression/msdosfs/msdosfstest-3.sh')
-rw-r--r--tools/regression/msdosfs/msdosfstest-3.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/regression/msdosfs/msdosfstest-3.sh b/tools/regression/msdosfs/msdosfstest-3.sh
index 4d3a8fe..bfffc58 100644
--- a/tools/regression/msdosfs/msdosfstest-3.sh
+++ b/tools/regression/msdosfs/msdosfstest-3.sh
@@ -9,8 +9,10 @@ mdconfig -a -t swap -s 128m -u 10
bsdlabel -w md10 auto
newfs_msdos -F 16 -b 8192 /dev/md10a
mount_msdosfs -L zh_TW.Big5 -D CP950 /dev/md10a /tmp/msdosfstest/
-mkdir /tmp/msdosfstest/012345678_¨¸´c¤§¬ü
-cd /tmp/msdosfstest/012345678_¨¸´c¤§¬ü
+# The comment is UTF-8, the actual command uses the Big5 representation.
+# mkdir /tmp/msdosfstest/012345678_邪惡之美
+mkdir /tmp/msdosfstest/012345678_$'\250\270\264\143\244\247\254\374'
+cd /tmp/msdosfstest/012345678_$'\250\270\264\143\244\247\254\374'
if [ $? -eq 0 ]; then
echo "ok 3";
else
OpenPOWER on IntegriCloud