From 47c59bb62beee384e2dc9492f83c1c8ed2ab4af6 Mon Sep 17 00:00:00 2001 From: ser Date: Fri, 12 Dec 2003 21:17:41 +0000 Subject: REXML changes: * Took out the duplicate Shift-JIS entries, for OSes that don't understand case sensitive file names. * Fixed some bugs in the encodings git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/encodings/UTF-16.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rexml/encodings/UTF-16.rb') diff --git a/lib/rexml/encodings/UTF-16.rb b/lib/rexml/encodings/UTF-16.rb index ecfc4f9945..bd92fce18d 100644 --- a/lib/rexml/encodings/UTF-16.rb +++ b/lib/rexml/encodings/UTF-16.rb @@ -1,6 +1,6 @@ module REXML module Encoding - @@__REXML_encoding_string =<<-EOL + @@__REXML_encoding_methods =<<-EOL def encode content array_utf8 = content.unpack("U*") array_enc = [] -- cgit v1.2.3