Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ritzalam committed May 16, 2012
1 parent 6b4aa2b commit 93b274f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def initialize(redis)
end

def store_events(meeting_id)
Encoding.default_external="UTF-8"
xml = Builder::XmlMarkup.new( :indent => 2 )
result = xml.instruct! :xml, :version => "1.0", :encoding=>"UTF-8"

Expand Down Expand Up @@ -95,4 +96,4 @@ def save_events_to_file(directory, result)
end
end
end
end
end

0 comments on commit 93b274f

Please sign in to comment.