In the description fields the patterns (wiki
definition, metaphor word, google search) are not
working, if the word contains special (national)
characters.
Well, for some cases it works ok, actually. I faced the same
problem and now trying to find a workaround.
For example on the following configuration this features
works fine:
- MySQL 4.1.8-max
- [client] default-character-set = cp1251
[mysqld] default-character-set = cp1251
MySQL Connection Collation = cp1251_general_ci
Tables Collation = cp1251_general_ci
But on MySQL 4.1.10a-max it is not.
P.S.: I've no much experience of PHP/MySQL. So if smbd needs
more information just ask me.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1452466
Well, for some cases it works ok, actually. I faced the same
problem and now trying to find a workaround.
For example on the following configuration this features
works fine:
- MySQL 4.1.8-max
- [client] default-character-set = cp1251
[mysqld] default-character-set = cp1251
MySQL Connection Collation = cp1251_general_ci
Tables Collation = cp1251_general_ci
But on MySQL 4.1.10a-max it is not.
P.S.: I've no much experience of PHP/MySQL. So if smbd needs
more information just ask me.