On Sun, Apr 30, 2006 at 09:19:01PM -0400, Steve Hall wrote:
>
> In every beta of gVim I've tried on Linux/GTK2 (through 70g) I get the
> following error with :hardcopy :
>
> E673: Incompatible multi-byte encoding and character set.
>
> This is with utf-8 and latin1. My binary is feature-full, it includes
> everything except:
>
> -ebcdic -footer -gettext -hangul_input -mouse_jsbterm -mzscheme
> -osfiletype -sniff -sun_workshop -tag_any_white -tcl -xfontset
> -xterm_save
>
> The runtime is soley the directory in the vim-7.0g.tar.bz tarball.
> What am I doing wrong?
I had problems with a similar setup (Linux/GTK2 and utf-8) but they
were solved a while ago. I do not have any problem with the current
version. (Actually vim 7.0f.)
Have you set any of the print* options to non-default values? How
about 'guifont'? Do you have problems with plain ASCII? What kind of
printer do you have? Does
:hardcopy > temp.ps
work?
HTH --Benji Fisher