module I18n::Tests::Interpolation

def euc_jp(string)

def euc_jp(string)
  string.encode!(Encoding::EUC_JP)
end