Accented characters not appearing correctly in PDF output when using html2fo function
Using Oracle Business Intelligence Publisher 12.2.1.3.0 AKA, BI Publisher Enterprise.
I'm having trouble with accented characters, such as the ü character (the letter U with an umlaut). If I display an XML Element, which includes an accented character, in an RTF template, it displays properly in HTML output. and PDF output. When I have the same XML Element inside the html2fo function, it's working fine with HTML output, but it appears incorrect in PDF output.
PDF html2fo Output:
From the research I've done, it appears as though the UTF-8 Character is being converted to ANSI.
How do I correct for this problem? It's only when using the html2fo function with PDF output.