File: charsets.xml

package info (click to toggle)
php-doc 20241205~git.dfcbb86%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 70,956 kB
  • sloc: xml: 968,269; php: 23,883; javascript: 671; sh: 177; makefile: 37
file content (154 lines) | stat: -rw-r--r-- 3,558 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<para xmlns="http://docbook.org/ns/docbook">
 The following character sets are supported:
 <table>
  <title>Supported charsets</title>
  <tgroup cols="3">
   <thead>
    <row>
     <entry>Charset</entry>
     <entry>Aliases</entry>
     <entry>Description</entry>
    </row>
   </thead>
   <tbody>
    <row>
     <entry>ISO-8859-1</entry>
     <entry>ISO8859-1</entry>
     <entry>
      Western European, Latin-1.
     </entry>
    </row>
    <row>
     <entry>ISO-8859-5</entry>
     <entry>ISO8859-5</entry>
     <entry>
      Little used cyrillic charset (Latin/Cyrillic).
     </entry>
    </row>
    <row>
     <entry>ISO-8859-15</entry>
     <entry>ISO8859-15</entry>
     <entry>
      Western European, Latin-9. Adds the Euro sign, French and Finnish
      letters missing in Latin-1 (ISO-8859-1).
     </entry>
    </row>
    <row>
     <entry>UTF-8</entry>
     <entry></entry>
     <entry>
      ASCII compatible multi-byte 8-bit Unicode.
     </entry>
    </row>
    <row>
     <entry>cp866</entry>
     <entry>ibm866, 866</entry>
     <entry>
      DOS-specific Cyrillic charset.
     </entry>
    </row>
    <row>
     <entry>cp1251</entry>
     <entry>Windows-1251, win-1251, 1251</entry>
     <entry>
      Windows-specific Cyrillic charset.
     </entry>
    </row>
    <row>
     <entry>cp1252</entry>
     <entry>Windows-1252, 1252</entry>
     <entry>
      Windows specific charset for Western European.
     </entry>
    </row>
    <row>
     <entry>KOI8-R</entry>
     <entry>koi8-ru, koi8r</entry>
     <entry>
      Russian.
     </entry>
    </row>
    <row>
     <entry>BIG5</entry>
     <entry>950</entry>
     <entry>
      Traditional Chinese, mainly used in Taiwan.
     </entry>
    </row>
    <row>
     <entry>GB2312</entry>
     <entry>936</entry>
     <entry>
      Simplified Chinese, national standard character set.
     </entry>
    </row>
    <row>
     <entry>BIG5-HKSCS</entry>
     <entry></entry>
     <entry>
      Big5 with Hong Kong extensions, Traditional Chinese.
     </entry>
    </row>
    <row>
     <entry>Shift_JIS</entry>
     <entry>SJIS, SJIS-win, cp932, 932</entry>
     <entry>
      Japanese
     </entry>
    </row>
    <row>
     <entry>EUC-JP</entry>
     <entry>EUCJP, eucJP-win</entry>
     <entry>
      Japanese
     </entry>
    </row>
    <row>
     <entry>MacRoman</entry>
     <entry></entry>
     <entry>
      Charset that was used by Mac OS.
     </entry>
    </row>
    <row>
     <entry><literal>''</literal></entry>
     <entry></entry>
     <entry>
      An empty string activates detection from script encoding (Zend multibyte),
      <link linkend="ini.default-charset">default_charset</link> and current
      locale (see <function>nl_langinfo</function> and
      <function>setlocale</function>), in this order. Not recommended.
     </entry>
    </row>
   </tbody>
  </tgroup>
 </table>
 <note>
  <simpara>
   Any other character sets are not recognized. The default encoding will be
   used instead and a warning will be emitted.
  </simpara>
 </note>
</para>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->