<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"><meta name="Generator" content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang="EN-US" link="blue" vlink="purple"><div class="WordSection1"><p class="MsoNormal">Hi,</p><p class="MsoNormal"> </p><p class="MsoNormal">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.</p><p class="MsoNormal"><span lang="EL"> </span></p><p class="MsoNormal"><span lang="EL"> </span></p><p class="MsoNormal"> </p><p class="MsoNormal">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?</p><p class="MsoNormal"> </p><p class="MsoNormal">I see Chris  included a snippet of code that fixes the problem but I’m not sure where it would go.</p><p class="MsoNormal"> </p><p class="MsoNormal" style="line-height:12.0pt;background:whitesmoke"><span style="font-size:9.0pt;font-family:"Courier New";color:#333333">@@ -226,7 +231,7 @@ module ASpaceImport</span></p><p class="MsoNormal" style="line-height:12.0pt;background:whitesmoke"><span style="font-size:9.0pt;font-family:"Courier New";color:#333333">       end</span></p><p class="MsoNormal" style="line-height:12.0pt;background:whitesmoke"><span style="font-size:9.0pt;font-family:"Courier New";color:#333333"> </span></p><p class="MsoNormal" style="line-height:12.0pt;background:whitesmoke"><span style="font-size:9.0pt;font-family:"Courier New";color:#333333">       def pprint_current_node</span></p><p class="MsoNormal" style="line-height:12.0pt;background:whitesmoke"><span style="font-size:9.0pt;font-family:"Courier New";color:#333333">-        Nokogiri::XML::Builder.new {|b|</span></p><p class="MsoNormal" style="line-height:12.0pt;background:whitesmoke"><span style="font-size:9.0pt;font-family:"Courier New";color:#333333">+        Nokogiri::XML::Builder.new( :encoding => 'UTF-8' ) {|b|</span></p><p class="MsoNormal" style="line-height:12.0pt;background:whitesmoke"><span style="font-size:9.0pt;font-family:"Courier New";color:#333333">           b.send(@node.name.intern, @node.attributes).cdata(" ... ")</span></p><p class="MsoNormal" style="line-height:12.0pt;background:whitesmoke"><span style="font-size:9.0pt;font-family:"Courier New";color:#333333">         }.doc.root.to_s</span></p><p class="MsoNormal" style="line-height:12.0pt;background:whitesmoke"><span style="font-size:9.0pt;font-family:"Courier New";color:#333333">       end</span></p><p class="MsoNormal"> </p><p class="MsoNormal"> </p><p class="MsoNormal">Thanks,</p><p class="MsoNormal">Dave</p><p class="MsoNormal"> </p><p class="MsoNormal"> </p><p class="MsoNormal"><a href="https://archivesspace.atlassian.net/browse/AR-1421">https<span lang="EL">://</span>archivesspace<span lang="EL">.</span>atlassian<span lang="EL">.</span>net<span lang="EL">/</span>browse<span lang="EL">/</span>AR<span lang="EL">-1421</span></a><span lang="EL"></span></p><p class="MsoNormal"> </p></div></body></html>