PDF text escaping and symbol mapping utilities
Escape special characters in PDF strings
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | input | |||
| character(len=*), | intent(out) | :: | output | |||
| integer, | intent(out) | :: | output_len | 
Convert Unicode codepoint to Symbol font character
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unicode_codepoint | |||
| character(len=*), | intent(out) | :: | symbol_char | 
Convert Unicode codepoint to PDF escape sequence
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | codepoint | |||
| character(len=*), | intent(out) | :: | escape_seq |