User name looks like not UTF8
-
One of the users has set in WP a nickname in Cyrillic (which reads in place of the username in latin). In WP it shows up fine, however, when that user info read by BB it is displayed as ??????????. My guess is that it read from db utf8 but then it goes through single byte string function that kinda kills it. Any other parts of the posts, topics, body and such are read and displayed fine in Cyrillic. Thus it is my understanding that the user name gets de-utf8 somewhere in the process of maybe checking for its validity or something else.
The $collation_query is “SET NAMES ‘utf8’ COLLATE ‘utf8_general_ci'” in class.bpdb.php
Any idea where to start looking? I have what was the latest alpha.
What function reads users from WP db?
- You must be logged in to reply to this topic.