diff options
-rw-r--r-- | lib/rexml/functions.rb | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -256,9 +256,15 @@ module REXML end } - string(string).unpack('U*').collect { |c| - if map.has_key? c then map[c] else c end - }.compact.pack('U*') end # UNTESTED |