~ubuntu-branches/ubuntu/edgy/mcpp/edgy

« back to all changes in this revision

Viewing changes to test-t/m_34_big5.t

  • Committer: Bazaar Package Importer
  • Author(s): NIIBE Yutaka
  • Date: 2005-04-16 15:58:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050416155816-q9a9ipx724qvf3le
Tags: 2.5-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* m_34_big5.t: Multi-byte character constant encoded in Big-Five.  */
 
2
 
 
3
/* 34.1:    */
 
4
 
 
5
#pragma __setlocale( "big5")                /* For MCPP     */
 
6
#pragma setlocale( "chinese-traditional")   /* For Visual C */
 
7
 
 
8
#if     '�r' == '\xa6\x72'
 
9
    Multi-byte character is encoded in Big-Five.
 
10
#else
 
11
    I cannot understand Big-Five.
 
12
#endif
 
13