summaryrefslogtreecommitdiff
path: root/htmlentities
diff options
context:
space:
mode:
Diffstat (limited to 'htmlentities')
-rwxr-xr-xhtmlentities2
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