utf-8 issue with Multi-DB

Elite
  • 33 points
    Starting to get into this DEV thing
    I'm helpful
    Tomas

    Member  —  30th January 2011 (1 year ago)         

    Hello, I have an issue with utf-8 and the swedish chars for the main blog.
    If I define in wp-config.php: define('DB_CHARSET', 'utf8');
    Chars get scrambled (please see screenshot with_utf8.jpg)
    However, imported posts from another install running utf-8 and no Multi-DB works fine (imported through sql and not through wordpress export/import).

    If I define in wp-config.php: define('DB_CHARSET', ' ');
    It's the other way around (please see screenshot without_utf8.jpg)

    The only difference from the other install is that it's not running Multi-DB.

    Is there a bug in Multi-DB or am I doing something wrong?
    I'm running Version: 3.0.3

    Many thanks in advance
    Tomas