Tried the fix-utf-events.py script, but couldn't get it to run:
[zenoss@cl-znos-1vus01 zenoss]$ python fix-utf-events.py
Traceback (most recent call last):
File "fix-utf-events.py", line 2, in <module>
from Products.ZenUtils.json import json, unjson
ImportError: No module named ZenUtils.json
Also tried reindexing with:
zendmd
>>> reindex()
And looked for json.py to edit the line,
return simplejson.dumps(value, encoding='iso-8859-1')
but that file didn't exist.