![]() |
Gildas Perrot wrote: Hi everybody, I am using faxmail to send email written with 8bit characters to fax machines. On version 3.0 of hylafax, the Postscript file generated was correct with e' transformed in \351 so the output was OK. With version 4.0, the 8th bit is truncated so I get 'h' instead. Does anyone have an idea how to solve this problem ? Please use HylaFAX v4.0pl1; some bugs related to faxmail(1) and 8bit are fixed in v4.0pl1; you've also to set the right charset and content-type in your mail-header, e.g.: Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 matthias