Page 1 of 1

Cant get mbstring running in PHP.

PostPosted: 19. January 2005 13:36
by haninord
:? I have trouble getting multibyte support running in Xampp. I have changed php.ini so the extensions should be loaded:
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
.......
extension=php_mbstring.dll
.......
and i have forced all stringfunctions to be overloaded with:
.......
mbstring.func_overload = 7
......

I must have multibyte support because i am doing an application where i use UTF-8 as default charset (yes i have changed that also in php.ini). I must have unicode support because the site is for different languages, primary the sami people.

The funny thing is that PhpMyAdmin is showing the characters correctly in my MySql table, but not my own application.