How do I open a German UTF-8 document in xemacs 21.4 patch 22?
(Example: The Project Gutenberg EBook of Faust: Der Tragödie zweiter Teil, by Johann Wolfgang von Goethe)
The manual suggests using: M-x set-language-environment
http://www.gnu.org/software/emacs/manual/html_node/emacs/Language-Environments.html
But my xemacs doesn't know about M-x set-language-environment (the nearest auto-complete is set-left-margin!)
The text file uses byte order marks (i.e. starts u'\ufeff')
How can I make it display correctly?