# File app/controllers/fusioncharts/utf8_example_controller.rb, line 86 def pie_data_french #headers["Content-Type"] = "text/xml; charset=utf-8" # xml content response.content_type = Mime::XML response.charset = "utf-8" # Find all the factories @factories = Fusioncharts::FrenchFactoryMaster.find(:all) end