From 3a45f9fc36160e47fa74b6e4e7702714b0fb342d Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Wed, 8 Nov 2017 23:10:46 +0100 Subject: [PATCH] Mark English and German manual pages as UTF-8. The files do not have any characters outside ASCII, but we are going to change the German pages soon so that UTF-8 will be more convenient. --- kdbg/doc/de/.gitattributes | 1 + kdbg/doc/de/argspwdenv.html | 2 +- kdbg/doc/de/breakptlist.html | 2 +- kdbg/doc/de/globaloptions.html | 2 +- kdbg/doc/de/howdoi.html | 2 +- kdbg/doc/de/index.html | 2 +- kdbg/doc/de/localvars.html | 2 +- kdbg/doc/de/memory.html | 2 +- kdbg/doc/de/pgmoutput.html | 2 +- kdbg/doc/de/pgmsettings.html | 2 +- kdbg/doc/de/registers.html | 2 +- kdbg/doc/de/sourcecode.html | 2 +- kdbg/doc/de/stack.html | 2 +- kdbg/doc/de/threads.html | 2 +- kdbg/doc/de/tips.html | 2 +- kdbg/doc/de/watches.html | 2 +- kdbg/doc/en/.gitattributes | 1 + kdbg/doc/en/argspwdenv.html | 2 +- kdbg/doc/en/breakptlist.html | 2 +- kdbg/doc/en/globaloptions.html | 2 +- kdbg/doc/en/howdoi.html | 2 +- kdbg/doc/en/index.html | 2 +- kdbg/doc/en/invocation.html | 2 +- kdbg/doc/en/localvars.html | 2 +- kdbg/doc/en/memory.html | 2 +- kdbg/doc/en/pgmoutput.html | 2 +- kdbg/doc/en/pgmsettings.html | 2 +- kdbg/doc/en/registers.html | 2 +- kdbg/doc/en/sourcecode.html | 2 +- kdbg/doc/en/stack.html | 2 +- kdbg/doc/en/threads.html | 2 +- kdbg/doc/en/tips.html | 2 +- kdbg/doc/en/types.html | 2 +- kdbg/doc/en/watches.html | 2 +- kdbg/doc/en/xslt.html | 2 +- 35 files changed, 35 insertions(+), 33 deletions(-) create mode 100644 kdbg/doc/de/.gitattributes create mode 100644 kdbg/doc/en/.gitattributes diff --git a/kdbg/doc/de/.gitattributes b/kdbg/doc/de/.gitattributes new file mode 100644 index 0000000..3b95c9e --- /dev/null +++ b/kdbg/doc/de/.gitattributes @@ -0,0 +1 @@ +*.html encoding=UTF-8 diff --git a/kdbg/doc/de/argspwdenv.html b/kdbg/doc/de/argspwdenv.html index 696221f..90ab6a2 100644 --- a/kdbg/doc/de/argspwdenv.html +++ b/kdbg/doc/de/argspwdenv.html @@ -1,7 +1,7 @@ - + KDbg - Benutzerhandbuch - Argumente, Arbeitsverzeichnis, Umgebungsvariablen diff --git a/kdbg/doc/de/breakptlist.html b/kdbg/doc/de/breakptlist.html index 0acb4d2..9972f2f 100644 --- a/kdbg/doc/de/breakptlist.html +++ b/kdbg/doc/de/breakptlist.html @@ -1,7 +1,7 @@ - + KDbg - Benutzerhandbuch - Haltepunkte diff --git a/kdbg/doc/de/globaloptions.html b/kdbg/doc/de/globaloptions.html index 4c0de83..8b39c72 100644 --- a/kdbg/doc/de/globaloptions.html +++ b/kdbg/doc/de/globaloptions.html @@ -1,7 +1,7 @@ - + KDbg - Benutzerhandbuch - Globale Einstellungen diff --git a/kdbg/doc/de/howdoi.html b/kdbg/doc/de/howdoi.html index 87d08ae..081ae44 100644 --- a/kdbg/doc/de/howdoi.html +++ b/kdbg/doc/de/howdoi.html @@ -1,7 +1,7 @@ - + KDbg - Benutzerhandbuch - Wie kann ich...? diff --git a/kdbg/doc/de/index.html b/kdbg/doc/de/index.html index d394c6d..f295317 100644 --- a/kdbg/doc/de/index.html +++ b/kdbg/doc/de/index.html @@ -1,7 +1,7 @@ - + KDbg - Benutzerhandbuch diff --git a/kdbg/doc/de/localvars.html b/kdbg/doc/de/localvars.html index 8b1d36c..276711e 100644 --- a/kdbg/doc/de/localvars.html +++ b/kdbg/doc/de/localvars.html @@ -1,7 +1,7 @@ - + KDbg - Benutzerhandbuch - Lokale Variablen diff --git a/kdbg/doc/de/memory.html b/kdbg/doc/de/memory.html index 06a2a5e..b2258e4 100644 --- a/kdbg/doc/de/memory.html +++ b/kdbg/doc/de/memory.html @@ -1,7 +1,7 @@ - + KDbg - Benutzerhandbuch - Speicherinhalt diff --git a/kdbg/doc/de/pgmoutput.html b/kdbg/doc/de/pgmoutput.html index 65cf563..e9ca3d2 100644 --- a/kdbg/doc/de/pgmoutput.html +++ b/kdbg/doc/de/pgmoutput.html @@ -1,7 +1,7 @@ - + KDbg - Benutzerhandbuch - Programmausgabe diff --git a/kdbg/doc/de/pgmsettings.html b/kdbg/doc/de/pgmsettings.html index c071fde..8e640ea 100644 --- a/kdbg/doc/de/pgmsettings.html +++ b/kdbg/doc/de/pgmsettings.html @@ -1,7 +1,7 @@ - + KDbg - Benutzerhandbuch - Programmspezifische Einstellungen diff --git a/kdbg/doc/de/registers.html b/kdbg/doc/de/registers.html index 2d99bcb..8b65890 100644 --- a/kdbg/doc/de/registers.html +++ b/kdbg/doc/de/registers.html @@ -1,7 +1,7 @@ - + KDbg - Benutzerhandbuch - Registerinhalt diff --git a/kdbg/doc/de/sourcecode.html b/kdbg/doc/de/sourcecode.html index 56b462f..4f0762b 100644 --- a/kdbg/doc/de/sourcecode.html +++ b/kdbg/doc/de/sourcecode.html @@ -1,7 +1,7 @@ - + KDbg - Benutzerhandbuch - Quellcode diff --git a/kdbg/doc/de/stack.html b/kdbg/doc/de/stack.html index ae6e576..ceca735 100644 --- a/kdbg/doc/de/stack.html +++ b/kdbg/doc/de/stack.html @@ -1,7 +1,7 @@ - + KDbg - Benutzerhandbuch - Stack diff --git a/kdbg/doc/de/threads.html b/kdbg/doc/de/threads.html index 924eea4..5cea86e 100644 --- a/kdbg/doc/de/threads.html +++ b/kdbg/doc/de/threads.html @@ -1,7 +1,7 @@ - + KDbg - Benutzerhandbuch - Threads diff --git a/kdbg/doc/de/tips.html b/kdbg/doc/de/tips.html index f27e5a3..dc34094 100644 --- a/kdbg/doc/de/tips.html +++ b/kdbg/doc/de/tips.html @@ -1,7 +1,7 @@ - + KDbg - Benutzerhandbuch - Tipps diff --git a/kdbg/doc/de/watches.html b/kdbg/doc/de/watches.html index 8de3d4b..f89b064 100644 --- a/kdbg/doc/de/watches.html +++ b/kdbg/doc/de/watches.html @@ -1,7 +1,7 @@ - + KDbg - Benutzerhandbuch - Ausdrücke diff --git a/kdbg/doc/en/.gitattributes b/kdbg/doc/en/.gitattributes new file mode 100644 index 0000000..3b95c9e --- /dev/null +++ b/kdbg/doc/en/.gitattributes @@ -0,0 +1 @@ +*.html encoding=UTF-8 diff --git a/kdbg/doc/en/argspwdenv.html b/kdbg/doc/en/argspwdenv.html index 22482f0..5f47efc 100644 --- a/kdbg/doc/en/argspwdenv.html +++ b/kdbg/doc/en/argspwdenv.html @@ -1,7 +1,7 @@ - + KDbg - User's Manual - Arguments, Environment diff --git a/kdbg/doc/en/breakptlist.html b/kdbg/doc/en/breakptlist.html index fb1c18e..f80eea7 100644 --- a/kdbg/doc/en/breakptlist.html +++ b/kdbg/doc/en/breakptlist.html @@ -1,7 +1,7 @@ - + KDbg - User's Manual - Breakpoint list diff --git a/kdbg/doc/en/globaloptions.html b/kdbg/doc/en/globaloptions.html index 52faaab..047a1f3 100644 --- a/kdbg/doc/en/globaloptions.html +++ b/kdbg/doc/en/globaloptions.html @@ -1,7 +1,7 @@ - + KDbg - User's Manual - Global Options diff --git a/kdbg/doc/en/howdoi.html b/kdbg/doc/en/howdoi.html index 6191144..25689e4 100644 --- a/kdbg/doc/en/howdoi.html +++ b/kdbg/doc/en/howdoi.html @@ -1,7 +1,7 @@ - + KDbg - User's Manual - How Do I...? diff --git a/kdbg/doc/en/index.html b/kdbg/doc/en/index.html index 454cd08..3eab831 100644 --- a/kdbg/doc/en/index.html +++ b/kdbg/doc/en/index.html @@ -1,7 +1,7 @@ - + KDbg - User's Manual diff --git a/kdbg/doc/en/invocation.html b/kdbg/doc/en/invocation.html index 0becb44..bee14a9 100644 --- a/kdbg/doc/en/invocation.html +++ b/kdbg/doc/en/invocation.html @@ -1,7 +1,7 @@ - + KDbg - Invocation diff --git a/kdbg/doc/en/localvars.html b/kdbg/doc/en/localvars.html index 1461f70..2f0f013 100644 --- a/kdbg/doc/en/localvars.html +++ b/kdbg/doc/en/localvars.html @@ -1,7 +1,7 @@ - + KDbg - User's Manual - Local Variables diff --git a/kdbg/doc/en/memory.html b/kdbg/doc/en/memory.html index 75693f9..d8dbab7 100644 --- a/kdbg/doc/en/memory.html +++ b/kdbg/doc/en/memory.html @@ -1,7 +1,7 @@ - + KDbg - User's Manual - Memory Dump diff --git a/kdbg/doc/en/pgmoutput.html b/kdbg/doc/en/pgmoutput.html index 3e18902..98e54d2 100644 --- a/kdbg/doc/en/pgmoutput.html +++ b/kdbg/doc/en/pgmoutput.html @@ -1,7 +1,7 @@ - + KDbg - User's Manual - Program Output diff --git a/kdbg/doc/en/pgmsettings.html b/kdbg/doc/en/pgmsettings.html index 991d022..fdcd2e4 100644 --- a/kdbg/doc/en/pgmsettings.html +++ b/kdbg/doc/en/pgmsettings.html @@ -1,7 +1,7 @@ - + KDbg - User's Manual - Program Settings diff --git a/kdbg/doc/en/registers.html b/kdbg/doc/en/registers.html index fc9fb5b..cccd132 100644 --- a/kdbg/doc/en/registers.html +++ b/kdbg/doc/en/registers.html @@ -1,7 +1,7 @@ - + KDbg - User's Manual - Register Dump diff --git a/kdbg/doc/en/sourcecode.html b/kdbg/doc/en/sourcecode.html index 9d1bb7f..de46381 100644 --- a/kdbg/doc/en/sourcecode.html +++ b/kdbg/doc/en/sourcecode.html @@ -1,7 +1,7 @@ - + KDbg - User's Manual - Source Code diff --git a/kdbg/doc/en/stack.html b/kdbg/doc/en/stack.html index 0db570b..5bbd56e 100644 --- a/kdbg/doc/en/stack.html +++ b/kdbg/doc/en/stack.html @@ -1,7 +1,7 @@ - + KDbg - User's Manual - Stack diff --git a/kdbg/doc/en/threads.html b/kdbg/doc/en/threads.html index 3f0d7fb..fd1470a 100644 --- a/kdbg/doc/en/threads.html +++ b/kdbg/doc/en/threads.html @@ -1,7 +1,7 @@ - + KDbg - User's Manual - Threads diff --git a/kdbg/doc/en/tips.html b/kdbg/doc/en/tips.html index 6a0292a..4c360a3 100644 --- a/kdbg/doc/en/tips.html +++ b/kdbg/doc/en/tips.html @@ -1,7 +1,7 @@ - + KDbg - User's Manual - Tips and Tricks diff --git a/kdbg/doc/en/types.html b/kdbg/doc/en/types.html index 9ef9892..1f98423 100644 --- a/kdbg/doc/en/types.html +++ b/kdbg/doc/en/types.html @@ -1,7 +1,7 @@ - + KDbg - User's Manual - Type Tables diff --git a/kdbg/doc/en/watches.html b/kdbg/doc/en/watches.html index 395cc61..46dcd73 100644 --- a/kdbg/doc/en/watches.html +++ b/kdbg/doc/en/watches.html @@ -1,7 +1,7 @@ - + KDbg - User's Manual - Watched Expressions diff --git a/kdbg/doc/en/xslt.html b/kdbg/doc/en/xslt.html index fdc5ec3..b87064d 100644 --- a/kdbg/doc/en/xslt.html +++ b/kdbg/doc/en/xslt.html @@ -1,7 +1,7 @@ - + KDbg - User's Manual - Debugging XSLT scripts -- 2.11.4.GIT