When trying to add a multibyte string as display name, the result is an empty string written to display_name in the member-table.
This might have something to do with the server setup, but that is not possible to change.
The function sp_filter_save_nocontrolchars() in sp-api-filters.php contains the non-multibyte function substr(). Can you please change it to mb_substr() (if it exists)?
Thanks!
