Skip to content

Commit

Permalink
Set UTF-8 as default encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Oct 19, 2012
1 parent 2a063fd commit 17e3ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Welldom/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
class Document extends \DOMDocument
{
const DEFAULT_ENCODING = 'ISO-8859-15';
const DEFAULT_ENCODING = 'UTF-8';
const DEFAULT_VERSION = '1.0';

/**
Expand Down

0 comments on commit 17e3ebd

Please sign in to comment.