![]() |
On 2002.09.03 10:05 Yan Seiner wrote: > On Út, 2002-09-03 at 12:27, Lee Howard wrote: > > On 2002.09.03 08:59 Yan Seiner wrote: > > > I've been sending faxes using the fax mailer. This works fine, > except > > > that any ISO encoding is ignored. > > > > > > In other words, I send out something encoded in ISO8859-2, and > it's > > > rendered in ISO8859-1 fonts, making a hash of my fax. > > > > > > Any way to get the fax mailer to use the proper ISO encoding? > > > > Have you seen: > > > > http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=65 > > > > Lee. > > > > Lee: > > thanks for the pointer. The bug seems unresolved. Here's what's > happening: > > I send > > ěščřžýáíé > > Silniční kola > > ěščřžýáíé > > I get on my fax the ASCII numerical ISO8859-1 characters. > > Anything I can do to move this forward? Any hints on resolving this? > > (Look at my headers; everything I send out is ISO8859-2 encoded.) So you tried ... diff -Nru hylafax.orig/faxmail/faxmail.c++ hylafax/faxmail/faxmail.c++ --- hylafax.orig/faxmail/faxmail.c++ Sat Aug 17 08:33:31 2002 +++ hylafax/faxmail/faxmail.c++ Tue Sep 3 16:18:22 2002 @@ -392,7 +392,7 @@ if (verbose) mime.trace(stderr); // XXX anything but us-ascii is treated as ISO-8859-1 - setISO8859(mime.getCharset() != CS_USASCII); + setISO8859(true); /* * Check first for any external script/command to And it didn't work? Well, that comment about ISO-8859-1 there scares me a bit. Lee. ____________________ HylaFAX(tm) Users Mailing List _______________________ To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null *To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*