$OpenBSD: patch-po_ujis2sjis_c,v 1.2 2001/10/12 02:49:03 brad Exp $
--- po/ujis2sjis.c.orig	Mon Aug  3 10:43:02 1998
+++ po/ujis2sjis.c	Thu Oct 11 22:16:06 2001
@@ -33,7 +33,6 @@ int decode_line(unsigned char buf[],int 
 			c=ujis2sjis((kanji&127)-32,(*p&127)-32);
 			c1=c>>8; c2=c&255;
 			putchar(c1); putchar(c2);
-			if (c2=='\\') putchar('\\');
 			if (c2=='%' && format) putchar('%');
 			kanji=0;
 		} else {
