The problem is that my language use special characters - like Æ, Ø and Å.
When using basic editor or editor off - everything seems to be okay.
The problem arises when using the
advanced wysiwyg editor in the
description field.
Example - If I write the following at front:
æ ø å Æ Ø Å
it will be displayed correctly at front - but....:
It will looks like this in the database:
<p>&aelig;</p>
<p>&oslash;</p>
<p>&aring;</p>
<p>&AElig;</p>
<p>&Oslash;</p>
<p>&Aring;</p>
So obviously this is not ideal - as you cannot properly search for the words usings these letters.
I am using latest version of classifieds,
vb 4 and all integration = "on".
Most of the database tables are utf8_general_ci (inclusive "description"), some are with out any collation
and the tables "searchids" and "usergroups" are with latin1_swedish
There seems to be no problem with æ, ø and å in comments, titles and keywords both at front and in the database.
So this is a bit strange. Any suggestion?