HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Unable to render Chinese / Russian Characters › Re: Re: Unable to render Chinese / Russian Characters
October 26, 2015 at 14:02
#29580
The junk characters look like wrongly interpreted double byte representations of UNICODE/UTF-8 characters. Try to add tag with a correct character encoding directive to your HTML or use PD4ML API’s render() call with an explicitly given ‘encoding’ parameter.