Pages (2):    1 2
Member
Member
sbillard   2008-07-09, 17:05
#21
Can you tell us something? Does your PHP have the `mb_internal_encoding()` function? If so can you tell us what encoding it returns?
Member
Member
hallo   2008-07-10, 06:39
#22
ISO-8859-1

`<?php

/* Set internal character encoding to UTF-8 */

mb_internal_encoding("UTF-8");

/* Display current internal character encoding */

echo mb_internal_encoding();

?>

`

But it's not tragic, it works now...
Member
Member
sbillard   2008-07-10, 15:54
#23
Thanks. We have made some changes (which I will add to now that I have this information) Perhaps you can try the nightly build tomorrow to see if that works correctly. Otherwise, the change you made will work, it is just going to be a maintenance problem for you.
Pages (2):    1 2
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.