From d7f708a0458e89b32d619ac14b8def1e6d42b5db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Fredriksson=20Franz=C3=A9n?= <manfr689@student.liu.se> Date: Thu, 26 Sep 2019 16:59:10 +0200 Subject: [PATCH] Delete why.txt --- why.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100755 why.txt diff --git a/why.txt b/why.txt deleted file mode 100755 index c10ede8..0000000 --- a/why.txt +++ /dev/null @@ -1 +0,0 @@ -The filename has symbols from another language in it. These symbols are non-ASCII characters. Therefore we convert to a stream of widechar characters (that are 16-bits wide) instead and print those. The widechar range contain these characters. -- GitLab