On Mon, 1 May 2006 08:39:25 -0400 Benji wrote: > 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.
A question: Is it possible to have ASCII (or C or POSIX) + UTF-8? latin-1 is an eight bit character set, one eight-bit byte is mapping 256 characters. UTF-8 needs the high order bit for indicating we are going multi-byte. > > 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 -- dax2-tele2adsl:dk -- http://d-axel.dk/ Donald Axel
