提交 0f68f4a0 编写于 作者: B Behdad Esfahbod

Correctly print out Unicode strings

上级 f22089ac
......@@ -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');
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册