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.
No, there is no disadvantage -- but you'll need to spell "utf-8"
correctly.
Nope, all it's there for is to tell the browser which character set to decode your response with.