On Mon, 2002-12-16 at 10:32, Leonard Miller wrote:
> 
> Running Redhat 8, I am getting these messages when running MRTG.
> 
> Malformed UTF-8 character (unexpected non-continuation byte 0x20,
> immediately after start byte 0xcf) at
> /usr/local/mrtg-2/bin/../lib/mrtg2/locales_mrtg.pm line 4997.
> Malformed UTF-8 character (unexpected non-continuation byte 0x2e,
> immediately after start byte 0xf0) at
> /usr/local/mrtg-2/bin/../lib/mrtg2/locales_mrtg.pm line 5107.
> 
> I thought it might have been related to MRTG, but apparently isn't.

Actually, it is.  That file is not encoded in UTF-8, and it needs to
be.  From the looks of it, there are a bunch of strings encoded in
different locales in the same file.  I think that's going to make it
difficult to fix, unless you can read the strings in their native
locales.  The MTRG authors probably know about the problem.  Check their
CVS, or ask on their mailing lists.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to