mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-04 16:34:00 +01:00
Set encoding as UTF-8
This commit is contained in:
@@ -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");
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user