git » annoying » commit 43fdc22

Add utf8 and latin1 named files

author Alberto Bertogli
2012-10-09 20:22:04 UTC
committer Alberto Bertogli
2012-10-09 20:22:04 UTC
parent ec070d6af4952a47a5b4a87b83fef3659ad9c22a

Add utf8 and latin1 named files

These two files are named with utf8 and latin1 characters, and have matching
content.

The single non-ascii letter in both cases is 'ñ', as in "ñaca".

ñaca-utf8 +1 -0
\xf1aca-latin1 +1 -0

diff --git "a/\303\261aca-utf8" "b/\303\261aca-utf8"
new file mode 100644
index 0000000..6d02859
--- /dev/null
+++ "b/\303\261aca-utf8"
@@ -0,0 +1 @@
+This file is named "ñaca", in utf8 encoding, both its name and its content.
diff --git "a/\361aca-latin1" "b/\361aca-latin1"
new file mode 100644
index 0000000..2470540
--- /dev/null
+++ "b/\361aca-latin1"
@@ -0,0 +1 @@
+This file is named "\xf1aca", in latin1 encoding, both its name and its content.