# File lib/cfpropertylist/rbREXMLParser.rb, line 76 def get_value(n) content = n.text content.force_encoding('UTF-8') if content.respond_to?(:force_encoding) content end