I'm using PowerBuilder 2017 R3
I have a problem with PowerBuilder new SaveAs to PDF feature using NativePDF. It is not retaining Unicode/UTF-16 Characters. They being dropped off. I’m using the following:
NativePDF! Method for PDf format on the datawindow and following SaveAs command:
lds_invoice.SaveAs(ls_invoice_path, PDF!, TRUE)
Any help on getting unicode/utf-16 (Japanese) characters to retain/display in PDF?