In my case, it was an issue with encoding of some chars in the html file I parsed.
I seems that Hotsax doesn't handle well UTF-8 chars that are 2 bytes-wide.
So, i used recode -d UTF-8..HTML before using hotsax and It was all ok then.
2008-03-16 01:21:02 UTC in HotSAX