diff options
author | Patrick Simianer <p@simianer.de> | 2014-01-29 19:14:08 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-01-29 19:14:08 +0100 |
commit | 68acbb9a0c7967cb90a7e3756fc94fdd8a73d154 (patch) | |
tree | 3b445131dcb203e94473ae1d8aa82a1798585276 /htmlentities | |
parent | 49158e721bfaf6423dca9fc633873218f691c83a (diff) |
make use of nlp_ruby, LICENSE
Diffstat (limited to 'htmlentities')
-rwxr-xr-x | htmlentities | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htmlentities b/htmlentities index ecbee3f..f3c2d34 100755 --- a/htmlentities +++ b/htmlentities @@ -2,10 +2,10 @@ require 'htmlentities' - STDIN.set_encoding 'utf-8' STDOUT.set_encoding 'utf-8' + coder = HTMLEntities.new while line = STDIN.gets |