# File test/test_jconv.rb, line 64
    def u8toeuc(data)
      @u8toeuc_call += 1
      @u8toeuc_data = data
      Uconv.u8toeuc(data)
    end