Change generic_emit_char to print the quotes All callers of generic_emit_char print the quotes around the character, then pass the quote character to the function. It seemed better to just have generic_emit_char print the quotes itself. Approved-By: Simon Marchi <simon.marchi@efficios.com>