Thread (3 messages) flat view 3 messages, 3 authors, 2016-06-15

Re: [PATCH] Reencode committer info to utf-8 before formatting mail header

From: Alex Riesen <hidden>
Date: 2016-06-15 22:42:49

Possibly related (same subject, not in this thread)

Junio C Hamano, Sat, Jan 13, 2007 02:31:35 +0100:
+/* High bit set, or ISO-2022-INT */
+static int non_ascii(int ch)
+{
+	ch = (ch & 0xff);
+	return ((ch & 0x80) || (ch == 0x1b));
+}
+
"return (ch & 0x0x80) || (ch & 0xff) == 0x1b;" :)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help