Files correlati : Commento : Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
		
			
				
	
	
		
			14 lines
		
	
	
		
			343 B
		
	
	
	
		
			Raku
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			343 B
		
	
	
	
		
			Raku
		
	
	
	
	
	
| /* m_34_eucjp.t:    Multi-byte character constant encoded in EUC-JP.    */
 | |
| 
 | |
| /* 34.1:    */
 | |
| 
 | |
| #pragma __setlocale( "eucjp")               /* For MCPP     */
 | |
| #pragma setlocale( "eucjp")                 /* For MCPP on VC   */
 | |
| 
 | |
| #if     '»ú' == '\xbb\xfa'
 | |
|     Multi-byte character is encoded in EUC-JP.
 | |
| #else
 | |
|     I cannot understand EUC-JP.
 | |
| #endif
 | |
| 
 |