fix(Core/Misc): few improvements to ut8 handling (#2455)
This commit is contained in:
parent
ad320ec9d9
commit
ec808793ae
11 changed files with 200 additions and 94 deletions
|
|
@ -2330,7 +2330,7 @@ public:
|
|||
return false;
|
||||
|
||||
std::string accountName = nameStr;
|
||||
if (!AccountMgr::normalizeString(accountName))
|
||||
if (!Utf8ToUpperOnlyLatin(accountName))
|
||||
{
|
||||
handler->PSendSysMessage(LANG_ACCOUNT_NOT_EXIST, accountName.c_str());
|
||||
handler->SetSentErrorMessage(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue