Subject: | single quotes get removed from the parsed line |
Not sure where or why exactly this is happening, but using the line()
and line_parsed() methods I can see that a raw input of "it's" gets
parsed and stored as "its", the single quote is getting deleted.
I can overcome this in my application by dealing with the raw line via
line(), but it is a bug if you're not passing apostrophes to the handler.