My jasperreport is displaying as /u2122 instead of a greater than equal sign. What font could I use that would work?
JRDesignStyle normalStyle = new JRDesignStyle();
normalStyle.setName(NORMAL_STYLE_KEY);
normalStyle.setDefault(true);
normalStyle.setFontName("Arial");
normalStyle.setFontSize(12);
normalStyle.setPdfFontName("Helvetica");
normalStyle.setPdfEncoding("Cp1252");
normalStyle.setPdfEmbedded(false);
reportDesignObj.addStyle(normalStyle);
Rachel Kozlowski MS (CIS) MT (ASCP)
Software Engineer
Thomson Healthcare
Phone: (734) 669-7658
Fax: (734) 930-7611
rachel.kozlowski@thomson.com