There's no command-line option to pass the encoding, so this works: ``` html2markdown test.html latin-1 ``` But this doesn't: ``` html2markdown - latin-1 <test.html ``` Some interfaces that want to call this command can only pass options and spew input on stdin.