From: imiyazaki Date: Fri, 6 Feb 2004 15:34:27 +0000 (+0000) Subject: fix. preserve space of the end of line. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fomega.git;a=commitdiff_plain;h=356bb3b7cc8706a52e1b79471b192956e02c0073 fix. preserve space of the end of line. --- 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)