fix. preserve space of the end of line.
authorimiyazaki <imiyazaki>
Fri, 6 Feb 2004 15:34:27 +0000 (15:34 +0000)
committerimiyazaki <imiyazaki>
Fri, 6 Feb 2004 15:34:27 +0000 (15:34 +0000)
inCHISE

diff --git a/inCHISE b/inCHISE
index 6bd683b..e2f1283 100755 (executable)
--- a/inCHISE
+++ b/inCHISE
@@ -217,6 +217,8 @@ while(<>){
                }else{
                    print ' ';
                }
+           }else{
+               print ' ';
            }
            next CHAR;
        }elsif(($char_id>0x20 and $char_id<=0x021f)