A number of error messages are issued using the die method.
This is very unfortunate for many reasons. In particular for translators because the corresponding page does not seem to be given a particular encoding and the translated message may appear garbled.
For example in the wp-login.php file, why not display these messages as nicely as the other ones in the wp_login function of pluggable-functions.php?
Thanks! :-)