Can I print UTF-8 encoded files from Linux command-line?
Posted
by Ken
on Stack Overflow
See other posts from Stack Overflow
or by Ken
Published on 2010-03-23T09:56:08Z
Indexed on
2010/03/23
10:03 UTC
Read the original article
Hit count: 431
enscript
doesn't support utf-8 and the only other suggestion I've seen is to use lpr
:
lpr -o document-format=text/utf8 file_to_print
but that gives an "Unsupported format" error.
(Ubuntu 9.04 / GNOME Terminal 2.26.0)
© Stack Overflow or respective owner