%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib uri="http://www.fusioncharts.com/jsp/core" prefix="fc" %>
<%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %>
<%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %>
<%--
In this example, we show how to use UTF characters in charts created with FusionCharts
Here, the XML data for the chart is present in Data/JapaneseData.xml.
The xml file should be created and saved with an editor
which places the UTF8 BOM. The first line of the xml should contain the
xml declaration like this:
The pageEncoding and chartSet headers for the page have been set to UTF-8
in the first line of this jsp file.
--%>