Sha256: ad4aa58302f1b43a22ca7a349c4c0533c86aab9041573d24247a023782d47237

Contents?: true

Size: 268 Bytes

Versions: 270

Compression:

Stored size: 268 Bytes

Contents

module REXML
  module Encoding
    def encode_utf8 content
      content
    end

    def decode_utf8(str)
      str
    end

    register(UTF_8) do |obj|
      class << obj
        alias decode decode_utf8
        alias encode encode_utf8
      end
    end
  end
end

Version data entries

270 entries across 145 versions & 5 rubygems

Version Path
rhodes-7.6.0 lib/extensions/rhoxml/rexml/encodings/UTF-8.rb
rhodes-7.6.0 lib/extensions/rexml/rexml/encodings/UTF-8.rb
rhodes-7.5.1 lib/extensions/rexml/rexml/encodings/UTF-8.rb
rhodes-7.5.1 lib/extensions/rhoxml/rexml/encodings/UTF-8.rb
rhodes-7.4.1 lib/extensions/rexml/rexml/encodings/UTF-8.rb
rhodes-7.4.1 lib/extensions/rhoxml/rexml/encodings/UTF-8.rb
rhodes-7.1.17 lib/extensions/rexml/rexml/encodings/UTF-8.rb
rhodes-7.1.17 lib/extensions/rhoxml/rexml/encodings/UTF-8.rb
rhodes-6.2.0 lib/extensions/rexml/rexml/encodings/UTF-8.rb
rhodes-6.2.0 lib/extensions/rhoxml/rexml/encodings/UTF-8.rb
rhodes-6.0.11 lib/extensions/rexml/rexml/encodings/UTF-8.rb
rhodes-6.0.11 lib/extensions/rhoxml/rexml/encodings/UTF-8.rb
rhodes-5.5.18 lib/extensions/rexml/rexml/encodings/UTF-8.rb
rhodes-5.5.18 lib/extensions/rhoxml/rexml/encodings/UTF-8.rb
rhodes-5.5.17 lib/extensions/rhoxml/rexml/encodings/UTF-8.rb
rhodes-5.5.17 lib/extensions/rexml/rexml/encodings/UTF-8.rb
rhodes-5.5.15 lib/extensions/rexml/rexml/encodings/UTF-8.rb
rhodes-5.5.15 lib/extensions/rhoxml/rexml/encodings/UTF-8.rb
rhodes-5.5.0.22 lib/extensions/rhoxml/rexml/encodings/UTF-8.rb
rhodes-5.5.0.22 lib/extensions/rexml/rexml/encodings/UTF-8.rb