# File app/controllers/fusioncharts/utf8_example_controller.rb, line 38
  def japanese_dbexample
    # Escape the URL using CGI.escape if it has parameters 
    @str_data_url = "/Fusioncharts/utf8_example/pie_data_japanese"
    
    #The common layout for this view
    render(:layout => "layouts/common")
  end