From: W. Trevor King Date: Wed, 8 Feb 2012 15:16:56 +0000 (-0500) Subject: Credit Larry Cai for suggesting Unicode handling. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8efa8f6;p=blog.git Credit Larry Cai for suggesting Unicode handling. 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 > … --- diff --git a/posts/PDF_bookmarks_with_Ghostscript/pdf-merge.py b/posts/PDF_bookmarks_with_Ghostscript/pdf-merge.py index 503fc8f..77c32c3 100755 --- a/posts/PDF_bookmarks_with_Ghostscript/pdf-merge.py +++ b/posts/PDF_bookmarks_with_Ghostscript/pdf-merge.py @@ -17,6 +17,8 @@ # . """Merge PDFs perserving bookmarks. + +Thanks to Larry Cai for suggesting that Unicode be supported. """ import codecs as _codecs