Jump to content


bbcode2html and utf-8 characters


3 replies to this topic

#1 Pandemonium

    Rookie

  • Active Member
  • 4 posts

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 Pandemonium

    Rookie

  • Active Member
  • 4 posts

Posted 27 September 2011 - 04:07 PM

There really isn't any solution? :(

#3 Matthias Reuter

    Forensklave

  • Admin
  • PipPipPipPipPipPipPipPip
  • 9234 posts
  • Gender:Male
  • Location:Hamburg / Germany

Posted 27 September 2011 - 05:15 PM

please check the config.inc.php for these settings:
ipbwi_UTF8
ipbwi_OVERWRITE_ENCODING
ipbwi_OVERWRITE_LOCAL

#4 Kekskiller

    Rookie

  • Active Member
  • 5 posts
  • Gender:Male
  • Location:Berlin

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

if(!defined('ipbwi_UTF8')){
define('ipbwi_UTF8',true);


to false.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users