mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
Fix for OPENDJ-316: Missing ć in Admin Guide PDFTurns out that when -enc ansi gets passed to fop, the character set is restricted to WinAnsi. Doh!
opendj3/pom.xml @@ -125,9 +125,6 @@ <goals> <goal>generate</goal> </goals> <configuration> <ansi>true</ansi> </configuration> </execution> </executions> </plugin>