--- alexandria-0.6.8/lib/alexandria/export_library.rb.export 2009-03-26 08:09:32.000000000 +0900 +++ alexandria-0.6.8/lib/alexandria/export_library.rb 2012-05-06 01:22:03.000000000 +0900 @@ -420,7 +420,7 @@ xhtml << <#{xhtml_escape(book.title)}

+

#{xhtml_escape(book.title).force_encoding("UTF-8")}

EOS end @@ -447,7 +447,7 @@ xhtml << "" @@ -455,13 +455,13 @@ unless book.edition == nil xhtml << <#{xhtml_escape(book.edition)}

+

#{xhtml_escape(book.edition).force_encoding("UTF-8")}

EOS end unless book.publisher == nil xhtml << <#{xhtml_escape(book.publisher)}

+

#{xhtml_escape(book.publisher).force_encoding("UTF-8")}

EOS end