Netsutie PHP Toolkit
TextFileEncoding.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _big5 = "_big5";
23 
30  const _gb2312 = "_gb2312";
31 
38  const _gb18030 = "_gb18030";
39 
46  const _iso88591 = "_iso88591";
47 
54  const _macRoman = "_macRoman";
55 
62  const _shiftJis = "_shiftJis";
63 
70  const _utf8 = "_utf8";
71 
78  const _windows1252 = "_windows1252";
79 
80 }