Changeset:
        9a9c4e996b03
        
https://sourceforge.net/p/mrbs/hg-code/ci/9a9c4e996b03536f0e2d4bbb994e93a81edc8a92
Author:
        Campbell Morrison <[email protected]>
Date:
        Sat Mar 11 18:21:43 2017 +0000
Log message:

Set PHP's default charset

diffstat:

 web/language.inc |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 0b8911af95bf -r 9a9c4e996b03 web/language.inc
--- a/web/language.inc  Sat Mar 11 11:54:20 2017 +0000
+++ b/web/language.inc  Sat Mar 11 18:21:43 2017 +0000
@@ -592,6 +592,8 @@
 // A list of languages that use Right to Left text
 $rtl_languages = array('he');
 
+// Set the default character encoding
+ini_set('default_charset', 'UTF-8');
 
 // Set up mb_string internal encoding
 if (function_exists('mb_internal_encoding'))

------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to