summaryrefslogtreecommitdiff
path: root/lib/rexml/functions.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rexml/functions.rb12
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