From f2b4846d711a4dc8e78196dbe5b2fa819173a437 Mon Sep 17 00:00:00 2001 From: ayin Date: Tue, 23 Oct 2007 21:54:42 +0000 Subject: [PATCH] *** empty log message *** --- src/misc.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.C b/src/misc.C index b2aef19d..4e56baff 100644 --- a/src/misc.C +++ b/src/misc.C @@ -81,7 +81,7 @@ rxvt_wcstoutf8 (const wchar_t *str, int len) *p++ = 0xc0 | ( w >> 6), *p++ = 0x80 | ( w & 0x3f); else if (w < 0x010000) - *p++ = 0xe0 | ( w >> 12 ), + *p++ = 0xe0 | ( w >> 12), *p++ = 0x80 | ((w >> 6) & 0x3f), *p++ = 0x80 | ( w & 0x3f); else if (w < 0x110000) -- 2.34.1