In my case the precise code for 'ą' seems to always be
<SPACE>˛<CR><LF><CR><LF>a
Or, in UTF-8 hex, Win-style newlines:
0x20 0xCB 0x9B 0x0D 0x0A 0x0D 0x0A 0x61
I suppose the <CR><LF> might be sensitive to EOL settings of the converter/output writer.
All remaining accented characters in my PDFs match sulka's tables.
Thanks!
|