Added unicode support when running JS
This commit is contained in:
parent
ce02587c95
commit
ee97a0b044
3 changed files with 2 additions and 2 deletions
|
@ -15,4 +15,4 @@ while true
|
|||
line = s.gets # Read lines from the socket
|
||||
puts "Got Echo: " + line.chop # And print with platform line terminator
|
||||
end
|
||||
s.close # Close the socket when done
|
||||
s.close # Close the socket when done
|
||||
|
|
Reference in a new issue