https://bugzilla.novell.com/show_bug.cgi?id=620483 https://bugzilla.novell.com/show_bug.cgi?id=620483#c16 --- Comment #16 from Philipp Thomas <pth@novell.com> 2011-08-17 15:32:09 CEST --- Hmm, if you look at the code, it does if (*r < 32) { //(!isprint(*r)) { if (*r < 32) { /* ASCII control codes are escaped as "^{letter}". */ if (se != NULL && (s > (space + (size-4)))) { have_overflow = TRUE; break; } *s++ = '^', *s++ = (uch)(64 + *r++); } else { So control code are escaped. Or do I miss something? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.