Credit Larry Cai <larry.caiyu@gmail.com> for suggesting Unicode handling.
authorW. Trevor King <wking@drexel.edu>
Wed, 8 Feb 2012 15:16:56 +0000 (10:16 -0500)
committerW. Trevor King <wking@drexel.edu>
Wed, 8 Feb 2012 15:16:56 +0000 (10:16 -0500)
On Tue, Feb 07, 2012 at 05:25:04PM +0800, Larry Cai wrote:
> …
> it will be nice if you can continue to improve this.
> 1. support unicode
> …

posts/PDF_bookmarks_with_Ghostscript/pdf-merge.py

index 503fc8fd3ad799de017b7795d3e2f52a04f58b9a..77c32c39ad135bc960ab6f7dedd74b48ce365f3d 100755 (executable)
@@ -17,6 +17,8 @@
 # <http://www.gnu.org/licenses/>.
 
 """Merge PDFs perserving bookmarks.
+
+Thanks to Larry Cai for suggesting that Unicode be supported.
 """
 
 import codecs as _codecs