Hi Aleks.
I added a new option to the `pdf_text_get_unicode' function, which
allows to get the unicode string NUL-terminated (1-byte-NUL for UTF-8,
2-byte-NUL for UTF-16, and 4-byte-NUL for UTF-32).
Nice.
Also added 54 new test cases in the TSD, and implemented 7 of them. I
will open a new task in flyspray for the remaining ones.
Ok. Please don't forget to add the task.
Find attached a patch which includes the changes in the source code, the
modification of documentation (API and TSD) and the 7 unit tests
implemented.
I just applied it in the trunk. Many thanks.