# File app/controllers/fusioncharts/utf8_example_controller.rb, line 49 def pie_data_japanese # xml content with charset=uttf-8 response.content_type = Mime::XML response.charset = "utf-8" # Find all the factories @factories = Fusioncharts::JapaneseFactoryMaster.find(:all) end