ruby에서 UTF-8 문자열을 EUC-KR 로 변환하는 방법.

require "iconv"

Iconv.new('EUC-KR', 'UTF-8').iconv(string)