Add --encoding option.
We can now have input files in any encoding as long as --encoding option specifies it correctly. When encoding differs from UTF-8, we convert the text to UTF-8 internally and always output in UTF-8 also. This option only works in Ruby 1.9. Under 1.8 it has no effect.
Loading
Please register or sign in to comment