Profile update issue with chinese characters encoding
-
Dear Jacques,
Natively WordPress does not accept chinese characters on registration, I update the function sanitize_user in wp-includes/formatting.php file to force the no-check of chinese, it works,
function sanitize_user( $username, $strict = false ) {
$strict = false;But the firsttime a new resgistered user logins, he is asked to fill his profile. In my case, the user has a chinese surname (小李), the plugin does not accept these characters, how could I do to resolve this ?
Kind regards
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Profile update issue with chinese characters encoding’ is closed to new replies.