Hi
I am trying to convert phpbb2 to phpbb3 and I get stuck to an error related to Colliding usernames.
The strange part is that two different users that have usernames with different case, like "κωστας" and "ΚΩΣΤΑΣ", according to phpbb3, should be merged to one, with the "clean" username produced as: ĸωστaσ
As you can see, the "clean" username is a mix of greek and latin characters (ω is greek, but a is not), making it inconvenient and actually impossible to convert.
Can someone help please? I would just like "κωστας" and "ΚΩΣΤΑΣ" to be treated as clean and unique usernames and actually they are, 'K' is a different character than 'κ'. So I do not get why the "clean" username suggested by phpbb3 should be a hybrid between greek and latin chars !