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.
Then I try {L'压',L'预',L'询'}, no error, in Keil editor, When I open it with notepad, I got {L'ѹ',L'Ԥ',L'ѯ'}
Seems not support GB2312.