Possible Duplicate:
Quotation with double quote and O results in Ö
I want to write a document in German. For it I write in the preamble:
\usepackage[german]{babel}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
However, if I want to use quotation marks, it messes with the results, i.e. "E becomes Ë (E with two dots above it), while all I want is to start a quotation with the letter E...
What can be done?

"should not be used to produce quotes. – egreg Dec 20 '11 at 22:27