在easychat中停止使用StringCopyUppercase以避免汉字显示错误
This commit is contained in:
parent
dfb76bf8fa
commit
10328eec96
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user