[Archivesspace_Users_Group] Archivesspace bug fix AR-1421
David M. ZUCKERMAN
dzuckerm at library.berkeley.edu
Thu Aug 4 17:14:10 EDT 2016
Hi,
I had sent this email to Chris Fitzpatrick but I understand he is no longer
with archivesspace so perhaps someone else could answer my question.
I see this fix was put in place for a demo release of Archivesspace. Is it
possible for us to incorporate this fix in our current release V1.4.2?
I see Chris included a snippet of code that fixes the problem but I’m not
sure where it would go.
@@ -226,7 +231,7 @@ module ASpaceImport
end
def pprint_current_node
- Nokogiri::XML::Builder.new {|b|
+ Nokogiri::XML::Builder.new( :encoding => 'UTF-8' ) {|b|
b.send(@node.name.intern, @node.attributes).cdata(" ... ")
}.doc.root.to_s
end
Thanks,
Dave
https://archivesspace.atlassian.net/browse/AR-1421
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/attachments/20160804/f84e9425/attachment.html>
More information about the Archivesspace_Users_Group
mailing list