From: Caleb Clausen Date: 2010-05-31T01:23:15+09:00 Subject: Re: How to load code converters? On 5/30/10, O01eg Oleg wrote: > When I try to encode string in program I got > Encoding::ConverterNotFoundError error "code converter not found (UTF-8 > to KOI8-R)" (and other charsets) > When I run script with encoding in ruby interpreter it work. > What I have to call for loading converters? might be: require 'enc/koi8_r'