Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]
Show
Ignore:
Timestamp:
02/10/08 17:27:50 (10 months ago)
Author:
nahi
Message:
  • renamed XSD::Charset method name; from/to_xml -> to/from_internal
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1_5/lib/xsd/charset.rb

    r1962 r2012  
    9797  end 
    9898 
    99   def Charset.encoding_to_xml(str, charset) 
     99  def Charset.encoding_from_internal(str, charset) 
    100100    encoding_conv(str, @internal_encoding, charset_str(charset)) 
    101101  end 
    102102 
    103   def Charset.encoding_from_xml(str, charset) 
     103  def Charset.encoding_to_internal(str, charset) 
    104104    encoding_conv(str, charset_str(charset), @internal_encoding) 
    105105  end