Richard Humphrey wrote:
http://www.google.com/search?hl=en&ie=UTF-8&q=Malformed+UTF-8+character++%22redhat+9%22&btnG=Google+SearchOn RedHat 9 I get the following error when running sa-stats.pl Any ideas how to make it go away?
Malformed UTF-8 character (overflow at 0xfc332714, byte 0x78, after start byte 0xff) in pattern match (m//) at sa-stats.pl line 53, <F> line 1038
to my knownledge, this is related to your language settings in /etc/sysconfig/i18n
See if your LANG is set to UTF-8, and if so, try en_US maybe.
$ echo $LANG en_US.UTF-8
$ export LANG=en_US
and re-run ./sa-stats.pl before making changes to i18n
dallas