# File rexml/source.rb, line 139
def
asc(str) str.unpack(
'C*'
).pack(
'U*'
)
end