I am integrating PDF support into our company's product at the moment, and for the most part it is working fine. Quite often, we need to add non-UK characters to the exported PDF. This works for mainland European character strings like "éâàâÔ", but does not appear to work for strings from further afield. The sample string I tried was:
أداة إزالة البرامج الضارة لـ
(Don't ask me what it means or what language it is, something to do with Microsoft)
This renders as
???? ????? ??????? ?????? ??
I have also tried using DrawStringRtf(), but that just displays it as a blank.
Is there a setting I need to change to allow full UTF-8 support?
Thanks