+2003-08-09 Andreas Schwab <schwab@suse.de>
+
+ * print.c (print_string): Fix printing of multibyte string with
+ nontrivial printcharfun.
+
2003-07-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
* xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
for (i = 0; i < size; i++)
PRINTCHAR (SREF (string, i));
else
- for (i = 0; i < size_byte; i++)
+ for (i = 0; i < size_byte; )
{
/* Here, we must convert each multi-byte form to the
corresponding character code before handing it to PRINTCHAR. */