   ( )
================================================================================

CODE [*nobom *transonly] [*[*]]-srcFmt, srcfile ,[*[*]]-dstFmt,dstFile
CODE *jm PeVar,+|-|^|#|>|.,Num_or_SrcOff,UniB,Off,Bytes[,StepS,Loops[,StepD]] //^XOR #Swap >RtLpMove .Set &And |Or ?RetNm [Of]BitQuery ?RetNm:SUM RetNm:Cum.productU UnitB:1/2/4/8

-dstFmt:destination format, including -UNICODE -UNI -UNICODEB -UNIB   
  -ANSI -UTF8 -UTF7 -GBK -BIG5 -number-.
- is a format of natural display and the number is a standard code ID.

*nobom	  BOM 
*transonly     -GBK  -BIG5,  ,  
	
-srcFmt	 
*/***	 -srcFmt ,   hex-/PeVar
*-	,      srcfile  
-dstFmt	 , : -UNICODE -UNI -UNICODEB -UNIB -ANSI
	-UTF8 -UTF7 -GBK -BIG5 -number-. -    , 
	     
*	 -dstFmt    hex-  
	  ; dstFile   PUTF/GETF
 *	  ;      
	,     (,  ",");
	     ( )
  * -  .     -BOM,  
	    BOM
**	 -srcFmt  -dstFmt ,    -  
	 PE

******************************************************************[]*****
CODE *,B,*UNICODE,DEnvi	 //ANSI => HEX (UNICODE),  : B => 0x42 0x00
CODE *-UNICODE,%TEnvi%,*-,DEnvi	 //HEX (UNICODE)  %TEnvi%  , : 0x53 0x00 => S
CODE *,A,*ANSI,DEnvi  //ANSI => HEX (ANSI),  : A => 0x41
CODE *ANSI,0x41,*,DEnvi  //HEX (ANSI) => ,  : 0x41 => A
CODE *UNICODE,0x41 0x00,*,DEnvi  //HEX (UNICODE) => ,  : 0x41 0x00 => A
CODE -ANSI,src.txt,-UNICODE,dst.txt  //  src.txt (ANSI) => dst.txt (UNICODE)
CODE -ansi,help.txt,-UTF8,hlpUTF8.TXT  //  help.txt (ANSI) => hlpUTF8.TXT (UTF8)
CODE -UTF8,hlpUTF8.TXT,-ansi,help.txt   //  hlpUTF8.TXT (UTF8) => help.txt (ANSI)
TEAM ENVI &SS=Re|CODE **-GBK,&SS,**-UNI,DEnvi
CODE *,data,**-GBK,DEnvi
