From 0f68f4a0b5ee78cbdb2a89a9a1a9125afe72ed2f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 21 Jan 2012 18:59:48 -0500 Subject: [PATCH] Correctly print out Unicode strings --- util/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/options.cc b/util/options.cc index 4914cb6..c2d4ec9 100644 --- a/util/options.cc +++ b/util/options.cc @@ -778,7 +778,7 @@ format_options_t::serialize_line (hb_buffer_t *buffer, serialize_line_no (line_no, gs); hb_buffer_reset (scratch); hb_buffer_add_utf8 (scratch, text, text_len, 0, -1); - serialize_unicode (buffer, gs); + serialize_unicode (scratch, gs); g_string_append_c (gs, '\n'); } -- 2.7.4