diff --git a/TODO b/TODO
index 6a27acb..03c784a 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,9 @@
Soon
====
+ * Figure out how to render Gajić correctly in the PDF version of the
+ qpdf manual.
+
* Add method to push inheritable resources to a single page by
walking up and copying without overwrite. Above logic will also be
sufficient to fix the limitation in
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index f0be343..7f9404c 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -4613,11 +4613,11 @@ print "\n";
This is the first version of qpdf to include Windows support.
- On Windows, it is possible to build a DLL. Additionally, a
+ On Windows, it is possible to build a DLL. Additionally, a
partial C-language API has been introduced, which makes it
- possible to call qpdf functions from non-C++ environments. I
- am very grateful to Zarko Gagic (http://delphi.about.com/)
+ possible to call qpdf functions from non-C++ environments. I
+ am very grateful to Žarko Gajic (http://zarko-gajic.iz.hr/)
for tirelessly testing numerous pre-release versions of this
DLL and providing many excellent suggestions on improving the
interface.
@@ -4630,13 +4630,13 @@ print "\n";
- Zarko Gajic has written a Delphi wrapper for qpdf, which can
- be downloaded from qpdf's download side. Zarko's Delphi
+ Žarko Gajic has written a Delphi wrapper for qpdf, which can
+ be downloaded from qpdf's download side. Žarko's Delphi
wrapper is released with the same licensing terms as qpdf
itself and comes with this disclaimer: “Delphi wrapper
- unit qpdf.pas created by Zarko Gajic
+ unit qpdf.pas created by Žarko Gajic
(http://delphi.about.com/).
+ url="http://zarko-gajic.iz.hr/">http://zarko-gajic.iz.hr/).
Use at your own risk and for whatever purpose you want. No
support is provided. Sample code is provided.”