Added charset to HTTP header output.
This commit is contained in:
parent
7e72b0cd01
commit
56199acc2f
15 changed files with 19 additions and 21 deletions
|
|
@ -2,7 +2,7 @@
|
|||
permalink: /cgi/ruby/index.rb
|
||||
---
|
||||
|
||||
puts('Content-type: text/plain')
|
||||
puts('Content-type: text/plain; charset=utf-8')
|
||||
puts
|
||||
puts('Hello from Ruby!')
|
||||
puts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue