I have found in this link about display Chinese and Thai fonts: xslt fo does not show chinese or thai fonts
But I don't know how to apply this to my XSLT. I am using Apache FOP version 2.0 I have tried changing output encoding to TIS-620, UTF-8 but not work when output to PDF.
Below is my xslt:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:output method="xml" encoding="UTF-8" indent="yes"/>
Anyone has experience with this will be very helpful:)
Thanks in advance.