bbcode2html and utf-8 characters
Started by Pandemonium, Sep 15 2011 03:04 PM
3 replies to this topic
#1
Posted 15 September 2011 - 03:04 PM
I have simple problem: bbcode2html turns Ačašana into AÄaÅ¡ana. I thought it is just becouse of using str_replace somewhere inside IPBWI, but it's all IPBoard's doing and it is working fine on board. Could you help me? Thanks
#2
Posted 27 September 2011 - 04:07 PM
There really isn't any solution?
#3
Posted 27 September 2011 - 05:15 PM
please check the config.inc.php for these settings:
ipbwi_UTF8
ipbwi_OVERWRITE_ENCODING
ipbwi_OVERWRITE_LOCAL
ipbwi_UTF8
ipbwi_OVERWRITE_ENCODING
ipbwi_OVERWRITE_LOCAL
#4
Posted 12 January 2012 - 03:30 PM
Using IPBWI as plugin for my own framework and got some encoding problems while data passing the parsing part.
Fixed the error by setting
to false.
Fixed the error by setting
if(!defined('ipbwi_UTF8')){
define('ipbwi_UTF8',true);
to false.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users













