def setup
@rep = Rucy::Repository.new
@nkf_call = 0
@nkf_option = nil
@nkf_data = nil
@NKF = Forwarder.new(self)
class << @NKF
def_delegator :__getobj__, :nkf
end
@rep.set_value(:NKF_module, @NKF)
@euctou8_call = 0
@euctou8_data = nil
@u8toeuc_call = 0
@u8toeuc_data = nil
@u8tou16_call = 0
@u8tou16_data = nil
@Uconv = Forwarder.new(self)
class << @Uconv
def_delegator :__getobj__, :euctou8
def_delegator :__getobj__, :u8toeuc
def_delegator :__getobj__, :u8tou16
end
@rep.set_value(:Uconv_module, @Uconv)
@jconv = Rucy::Jconv.new(@rep)
end