Item Chat Link Unicode Error, Help Thanks.

09/29/2021 15:15 halloway520#1
[Only registered and activated users can see links. Click Here To Register...]

PHP Code:
auto currStr std::wstring(pCIFEdit->GetText());
currStr.append(L" ");
g_GlobalDataMgr->m_LinkedGlobalItemBegin currStr.length();
auto ObjectData g_GlobalDataMgr->GetGenericObjectDataByID(slotptr->pCSOItem->dwObjID);
auto Item L"<"+g_GlobalDataMgr->GetObjectName(ObjectData)+L">";
std::wstring underline L"\u035F";
std::wstring ItemName;
for (
auto &Item)
{
    
std::wstring bkp(1c);
    
ItemName.append(underline);
    
ItemName.append(bkp);
}

pCIFEdit->SetText(std::wstring(currStr).append(ItemName.append(L" ")).c_str());


void ChatManager::WriteChatW(GameChatType type, const wchar_tmsgDWORD coloruint32_t fontStyle) const
{
    
voidecx g_MemoryHelper->RefPtr<void*>(0x110F80C);
    
m_WriteNormalChat(ecxtypemsgcolorfontStyle);




The source is from [Only registered and activated users can see links. Click Here To Register...]

How fix this error ? Thanks.
09/29/2021 17:13 thaidu0ngpr0#2
Use \u0332
09/29/2021 17:51 halloway520#3
Quote:
Originally Posted by thaidu0ngpr0 View Post
Use \u0332
Thanks bro, but
after replacement, the problem still exists.

PHP Code:
std::wstring underline L"\u0332";    //   \u0332 \u035F 
09/30/2021 18:26 SubZero**#4
well, the item linked at first?
09/30/2021 18:44 halloway520#5
Quote:
Originally Posted by SubZero** View Post
well, the item linked at first?
:awesome::awesome::awesome:

I want fix 口, HaHa~~
10/02/2021 10:42 Venom7x#6
Add me Discord Venom7#1535