[Bb-trac] [bbPress] #708: Database encoding
bbPress
bb-trac at lists.bbpress.org
Thu Jul 26 10:30:05 GMT 2007
#708: Database encoding
-------------------------+--------------------------------------------------
Reporter: neoen | Owner:
Type: defect | Status: new
Priority: high | Milestone: 0.8.3 & XML-RPC
Component: integration | Version:
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Hello, my WP 2.2 installation has utf-8 encoding -
{{{
define('DB_CHARSET', 'utf8');
}}}
But when I try to integrate WP and BBpress with the help of plugins
(bbpress-latest-discussion-for-wp.0.9 and display-name.0.7.2) there are
encoding problems.
When I save a post with word "Administrátor" in WP 2.2 - to MySQL it is
saved "Administrátor", which is right.
But when I save a topic with word "Administrátor" in BBpress - to MySQL it
is saved like "Administr�tor" (or something else - but always wrong), but
on forum it can be seen right like "Administrátor".
So, I think there are problems that WP 2.2 and BBpress uses different DB
CHARSET (in WP 2.2 it is utf-8, but in BBpress it is something else - I
think cp1250).
Is it possible to change this somewhere in source files to work properly?
Thank you very much for your help...
--
Ticket URL: <http://trac.bbpress.org/ticket/708>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list