From: Dan Scott Date: Fri, 29 Jul 2011 17:54:05 +0000 (-0400) Subject: Apply the modified letter half ring throughout X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b89bf64c0d36efef77aea214769ec09bd1b7e5af;p=contrib%2FConifer.git Apply the modified letter half ring throughout Looks like it can be an inplace modification, so let's do it. Signed-off-by: Dan Scott --- diff --git a/tools/ebooks/prep_ebook_records.py b/tools/ebooks/prep_ebook_records.py index 9ff416ad3f..cf8e3c6e1e 100644 --- a/tools/ebooks/prep_ebook_records.py +++ b/tools/ebooks/prep_ebook_records.py @@ -370,7 +370,7 @@ def clean_diacritics(field): tmpsf = tmpsf.replace(u'\xd5u', u'u\u0304') # COMBINING MODIFIER LETTER HALF RING - tmpsf = tmpsf.replace(u'i\xb1', u'i\u02be') + tmpsf = tmpsf.replace(u'\xb1', u'\u02be') # COMBINING TILDE tmpsf = tmpsf.replace(u'\xf5n', u'n\u0303')