rishin.goswami

Members
  • Content count

    6
  • Joined

  • Last visited

Everything posted by rishin.goswami

  1. I give her whatever the program prints, public static void main(String[] args) { System.out.println(srividiyasScore()); } private static double srividiyasScore() { try { return srividiyasScore(); } catch(Error e) { return srividiyasScore(); } } PS. it prints 10
  2. Data corruption with Fusion Charts

    Hi, You can solve your problem by encoding the chart XML file with a byte order mark (BOM). To get your sample application running, please replace the DataXML.xml file with the one provided here. You can learn more about using UTF-8 chracters in FusionCharts for Flex in the documentation at Special Cases > Multilingual Characters in Charts. DataXML.xml