Last modified: 2007-05-08 01:36:45 UTC
in Korean Wikipedia, I've tested some username to create user but all name is disallowed which has no problem I think. I guess AntiSpoof extension has a bug.
*What* usernames are being rejected?
I think *every* hangul username is rejected. since 17 October, no hangul account has created yet. for example i tested '클럿지'(transliteration of klutzy) that is not common username, and not simmilar to any username AFAIK... and it is rejected.
in addition, error message is: The name "클럿지" is not allowed to prevent confusing or spoofed usernames: Contains unassigned or deprecated character. Please choose another name. certainly, "클럿지" doesn't have any character that matters.
I editted trunk/extensions/AntiSpoof/AntiSpoof_body.php: (line 87) - array( 0x1100, 0x11FF, "SCRIPT_DEPRECATED" ), # Hangul Jamo + array( 0x1100, 0x11FF, "SCRIPT_HANGUL" ), # Hangul Jamo and it works well. please fix the line.
Um, what the hell? No new Korean usernames allowed for seven months? I'll look at fixing this ASAP.
Should be fixed in r21978.