From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030827 Mozilla Firebird/0.6.1+ Description of problem: When you attach a Palm handheld to the USB port, the kernel (actually the usbserial driver) logs a number of messages to the syslog that contain latin-1 (i.e. non UTF-8) characters. The culprit is the visor.c module that contains the string Cli� ("Clie" with acute accent on the "e") in a number of places, encoded as latin-1 instead of UTF-8. Version-Release number of selected component (if applicable): kernel-2.4.21-20.1.2024.2.1.nptl How reproducible: Always Steps to Reproduce: 1.Plug in Palm or compatible handheld in USB port 2. 3. Actual Results: Message gets logged in messages file with non UTF-8 characters. Expected Results: Pure UTF-8 messages. Additional info:
Didn't Alan fix this upstream by clamping them to ascii?
Doesn't seem so. It's fixed in 2.6. I'll make sure this gets fixed up for 2.4
Ok, will be in the next rawhide kernel.