Files correlati : Commento : Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
		
			
				
	
	
		
			14 lines
		
	
	
		
			337 B
		
	
	
	
		
			Raku
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			337 B
		
	
	
	
		
			Raku
		
	
	
	
	
	
| /* 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     '×Ö' == '\xd7\xd6'
 | |
|     Multi-byte character is encoded in GB-2312.
 | |
| #else
 | |
|     I cannot understand GB-2312.
 | |
| #endif
 | |
| 
 |