projects
/
mw2txt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29a5ced
)
Credit Larry Cai <larry.caiyu@gmail.com> for suggesting Unicode handling.
author
W. Trevor King
<wking@drexel.edu>
Wed, 8 Feb 2012 15:16:56 +0000
(10:16 -0500)
committer
W. 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
patch
|
blob
|
history
diff --git
a/posts/PDF_bookmarks_with_Ghostscript/pdf-merge.py
b/posts/PDF_bookmarks_with_Ghostscript/pdf-merge.py
index 503fc8fd3ad799de017b7795d3e2f52a04f58b9a..77c32c39ad135bc960ab6f7dedd74b48ce365f3d 100755
(executable)
--- a/
posts/PDF_bookmarks_with_Ghostscript/pdf-merge.py
+++ b/
posts/PDF_bookmarks_with_Ghostscript/pdf-merge.py
@@
-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