How to specify output file encoding in Ruby?

Viewed 17819

How can I set the encoding of a file when using a File#open?

3 Answers
Related