From 356bb3b7cc8706a52e1b79471b192956e02c0073 Mon Sep 17 00:00:00 2001 From: imiyazaki Date: Fri, 6 Feb 2004 15:34:27 +0000 Subject: [PATCH] fix. preserve space of the end of line. --- inCHISE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inCHISE b/inCHISE index 6bd683b..e2f1283 100755 --- a/inCHISE +++ b/inCHISE @@ -217,6 +217,8 @@ while(<>){ }else{ print ' '; } + }else{ + print ' '; } next CHAR; }elsif(($char_id>0x20 and $char_id<=0x021f) -- 1.7.10.4