Houdini's [README](https://github.com/vmg/houdini/blob/master/README.md) and [comments](https://github.com/vmg/houdini/blob/master/houdini_html_e.c#L14) say that `'` is escaped to `'`. But the [implementation](https://github.com/vmg/houdini/blob/master/houdini_html_e.c#L41) escapes it to `'`. This is currently causing trouble for us because underscore.js's [`_.unescape`](http://underscorejs.org/#unescape) function expects the hex notation.