From 8efa8f689466d7559860af13463a9b5c3c28613a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 8 Feb 2012 10:16:56 -0500 Subject: [PATCH] Credit Larry Cai for suggesting Unicode handling. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.26.2