My web server serves content that is in 95% of the time just simple ascii. However in some rare cases, the content contains some German non-ascii characters.
Now I coul
ASCII is a subset of UTF-8, so it is perfectly safe to declare the charset as utf-8 for an all-ASCII document.
charset
utf-8