14 lines
337 B
Perl
Raw Normal View History

/* m_34_gb.t: Multi-byte character constant encoded in GB-2312. */
/* 34.1: */
#pragma __setlocale( "gb2312") /* For MCPP */
#pragma setlocale( "chinese-simplified") /* For Visual C */
#if '<27><>' == '\xd7\xd6'
Multi-byte character is encoded in GB-2312.
#else
I cannot understand GB-2312.
#endif