Josiah Carlson - 2006-08-16

Logged In: YES
user_id=341410

I've fixed it for everyone by adding the following block
before the two (not four) examples where it is necessary:

if isinstance(x, str): x.decode('latin1')

The two timestamp sections do not need this, as they should
never produce strings that make the logger fail.

Thank you for the bug report.