]> git.evergreen-ils.org Git - contrib/Conifer.git/commit
Titles in SIP information were corrupted user/dbs/uncorrupt_sip_title_unicode
authorDan Scott <dscott@laurentian.ca>
Fri, 23 Sep 2016 20:52:41 +0000 (16:52 -0400)
committerDan Scott <dscott@laurentian.ca>
Fri, 23 Sep 2016 20:52:41 +0000 (16:52 -0400)
commit6f9d44677c53cf3f4ae2aa1ada0ca313eb929a1b
tree76effa056f95116b254a5316df451dd729ac1e5d
parent9dd9dcaf74f72a84a46d9ac60a1d5c13ba932eff
Titles in SIP information were corrupted

It looks like we're already getting the titles back in decoded UTF8 form
now, so we don't need to monkey with them via clean_text(). Patron
information, on the other hand, doesn't get corrupted when we call
clean_text(), so they probably are not already in decoded UTF8 form.

More to investigate but wanted to note this in code for now.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/perlmods/lib/OpenILS/SIP/Item.pm