在easychat中停止使用StringCopyUppercase以避免汉字显示错误

This commit is contained in:
RoamerX 2025-04-24 22:17:39 +08:00
parent dfb76bf8fa
commit 10328eec96

View File

@ -5225,7 +5225,7 @@ u8 *CopyEasyChatWord(u8 *dest, u16 easyChatWord)
{
u16 index = EC_INDEX(easyChatWord);
u8 groupId = EC_GROUP(easyChatWord);
resultStr = StringCopyUppercase(dest, GetEasyChatWord(groupId, index));
resultStr = StringCopy(dest, GetEasyChatWord(groupId, index));
}
else
{