aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rexml/encoding.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-0/+1
* * lib/rexml/source.rb: Move encoding detection code to base class.kou2012-10-281-13/+0
* * lib/rexml/encoding.rb (REXML::Encoding#encoding=): store @encodingnaruse2011-03-021-23/+19
* * lib/rexml/encoding.rb: untabify.kou2010-10-301-46/+45
* * lib/rexml/encoding.rb: use Ruby native encoding mechnism. [ruby-dev:42464]kou2010-10-301-60/+56
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * lib/rexml: 1.9 patch from Sam Ruby mentioned in his blog:matz2008-01-011-3/+3
* Fixes ticket:110 (more UTF-16 problems)ser2007-11-041-2/+7
* Merges upstream changes for REXML v3.1.7ser2007-07-251-2/+2
* Merged from REXML main repository:ser2007-01-201-13/+13
* * lib/rexml/encoding.rb (REXML::Encoding::check_encoding): spacesmatz2006-10-091-1/+1
* * lib/rexml/source.rb (REXML::Source::encoding): should notmatz2006-09-111-14/+16
* * lib/rexml/source.rb (REXML::IOSource#initialize): encoding have tonobu2006-08-221-2/+2
* Short summary:ser2006-04-151-52/+58
* * lib/rexml/encoding.rb (encoding=): give priority to particularnobu2005-12-091-18/+12
* * lib/rexml/encodings/SHIFT-JIS.rb: encoding and decoding wereocean2005-04-251-20/+20
* Applied Nobu's patch to the XML document encoding structure in REXML. Itser2005-04-091-13/+21
* * Added the lower-case Shift-JIS files to the manifest. The upper-case onesser2003-12-091-3/+9
* * Changes to the encoding mechanism. If iconv is found, it is used firstser2003-10-101-43/+31
* * lib/rexml/encoding.rb (encoding=): oops, shouldn't havematz2003-07-091-3/+1
* * eval.c (rb_load): put rb_load_file() in a thread criticalmatz2003-07-091-4/+6
* Initial revisionser2003-06-101-0/+62