Specifies the encoding to be used for Unicode characters. 
                  
               
            
 
            
            
               Syntax:
 
                
               >>-.---.--UNICODE--"unicode-type"---------><
   +-/-+
 
                 
            
            
               Parameters:
 
                
               
                
                   
                  
                  -  
                     unicode-type 
                     
                  
- The encoding of Unicode characters. Possible values are: 
                     
                      
                         
                        
                        - NATIVE 
                           
                        
- A Unicode character is represented as the native UTF-16 encoding on the platform on which the program is being executed 
                           
                        
- PORTABLE 
                           
                        
- A Unicode character is represented as a big-endian UTF-16 encoding irrespective of the platform on which the program is being
                           run 
                           
                        
 
  
            
            
               Properties:
 
                
               
                
                  
                  
                      
                         
                         
                        
                         
                           
                            
                              
                              | Default: | UNICODE"NATIVE" | 
 
                           
                            
                              
                              | Phase: | Syntax check | 
 
                           
                            
                              
                              | $SET: | Yes |