Encoding Extended ASCII characters
I am trying to convert printed text reports to PDF and am running into an issue with the extended ASCII characters used to display boxes. Character 191(┐) is an upper right corner, 192(└) is a lower left corner, 196(─) is a vertical line etc . They are part the IBM Code Page 437 and the PC-* Symbol set.
In the PDF document, we are setting /BaseFont /Courier . I have tried different /Encoding lines - /Encoding WinAnsiEncoding for example, which will change the above characters to the appropriate character for that encoding. Is there an /Encoding option for code page 437 or PC-8? Is there a better way to go about this?
