fix. preserve space of the end of line.
[chise/omega.git] / 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)