Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 1055

Show
Ignore:
Timestamp:
11/21/03 00:31:10 (5 years ago)
Author:
nahi
Message:

Set @charset nil by default. Nil means 'follow encoding declaration in XML'.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/xsd/xmlparser/parser.rb

    r865 r1055  
    5858  def initialize(host, opt = {}) 
    5959    @host = host 
    60     @charset = opt[:charset] || 'us-ascii' 
     60    @charset = opt[:charset] || nil 
    6161  end 
    6262