summaryrefslogtreecommitdiff
path: root/lib/rexml/encodings/UTF-16.rb
diff options
context:
space:
mode:
authorser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-12 21:17:41 +0000
committerser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-12 21:17:41 +0000
commit47c59bb62beee384e2dc9492f83c1c8ed2ab4af6 (patch)
treeb81ab8cef10940b53f37c08cfb1046044f47f973 /lib/rexml/encodings/UTF-16.rb
parentff2a47eb996b8bc03fc119b731689484c9eb3c78 (diff)
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
Diffstat (limited to 'lib/rexml/encodings/UTF-16.rb')
-rw-r--r--lib/rexml/encodings/UTF-16.rb2
1 files changed, 1 insertions, 1 deletions
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 = []