Set encoding as UTF-8

This commit is contained in:
Joe Innes
2015-09-15 22:57:17 +02:00
parent de114961ca
commit d57c4ddfe1

View File

@@ -30,6 +30,9 @@
* Class containing the diff, match and patch methods.
* @constructor
*/
mb_internal_encoding('UTF-8'); // Add UTF-8 support
class diff_match_patch {
// Defaults.
@@ -2114,4 +2117,4 @@ function echo_Exception($str){
}
//mb_internal_encoding("UTF-8");
?>
?>