Skip to content

Commit

Permalink
Merge pull request #152 from Baza207/utf-8_encoding
Browse files Browse the repository at this point in the history
Set the default encoding to UTF-8.
  • Loading branch information
jpsim committed Mar 24, 2015
2 parents 31905d7 + 908afb0 commit 42a284d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/jazzy.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
require 'jazzy/config'
require 'jazzy/doc_builder'

Encoding.default_external = 'UTF-8'

0 comments on commit 42a284d

Please sign in to comment.