This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM Compiler 6 fail to encoding Chinese characters. E.G. '压' '预' '询' etc

Test code:

uint32_t Chinese[] = {'压' '预' '询'};

Compiler error:../Src/main.c(69): error: character too large for enclosing character literal type

But in Compiler 5, Just multi-byte warnings. Thanks.