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

« back to all changes in this revision

Viewing changes to test-t/i_34_sjis.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
 
/* i_34_sjis.t: Multi-byte character constant encoded in shift-JIS. */
2
 
 
3
 
/* 34.1:    */
4
 
 
5
 
#pragma __setlocale( "sjis")                /* For MCPP     */
6
 
#pragma setlocale( "japanese")              /* For Visual C */
7
 
 
8
 
#if     '��' == '\x8e\x9a'
9
 
    Multi-byte character is encoded in shift-JIS.
10
 
#else
11
 
    I cannot understand shift-JIS.
12
 
#endif
13