Blame test-t/u_1_7_big5.t

Packit Service 8bf002
/* u_1_7_big5.t:    Invalid multi-byte character sequence (in string literal,
Packit Service 8bf002
        character constant, header-name or comment).    */
Packit Service 8bf002
Packit Service 8bf002
#define str( a)     # a
Packit Service 8bf002
#pragma setlocale( "chinese-traditional")   /* For Visual C */
Packit Service 8bf002
#pragma __setlocale( "big5")                /* For MCPP     */
Packit Service 8bf002
Packit Service 8bf002
    str( "¡");   /* 0xa181   */
Packit Service 8bf002