I have the following code:
XWPFParagraph totalFinal = documento.createParagraph();
XWPFRun tileFinal = totalFinal.createRun();
tileFinal.setText("TOTAL: " + totalIVA + " (€) ");
when I generate the word, I get a strange symbol
I have the following code:
XWPFParagraph totalFinal = documento.createParagraph();
XWPFRun tileFinal = totalFinal.createRun();
tileFinal.setText("TOTAL: " + totalIVA + " (€) ");
when I generate the word, I get a strange symbol
You can try using the following: