From 574645404e1a0f7aa10962db49b24232617b83cb Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 16 Dec 2010 20:14:13 +0000 Subject: [PATCH] LoC added content is actually UTF8, apparently git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_1_6_1@1107 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- tools/ebooks/prep_ebook_records.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ebooks/prep_ebook_records.py b/tools/ebooks/prep_ebook_records.py index f1177f295d..ff72922465 100644 --- a/tools/ebooks/prep_ebook_records.py +++ b/tools/ebooks/prep_ebook_records.py @@ -440,7 +440,7 @@ def process_loc_data(raw_content): content = content[0:lcsh] # Farewell, starting and ending whitespace - content = content.strip().decode('iso8859-1') + content = content.strip().decode('utf8') return content -- 2.11.0