Forums
-
- Forum
- Posts
-
- Installation
- 26,343
- Troubleshooting
- 56,531
- Themes
- 9,856
- Plugins
- 14,387
- Requests & Feedback
- 14,131
- Showcase
- 3,213
-
I imagine you have this set in your bb-config.php:
define('BBDB_COLLATE', 'utf8_general_ci');
.
When it should be (in your case):
define('BBDB_COLLATE', 'latin1_swedish_ci');
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS