~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/share/charsets/Index.xml

Removed more of the charset support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version='1.0' encoding="utf-8"?>
2
 
 
3
 
<charsets max-id="99">
4
 
 
5
 
<copyright>
6
 
 Copyright (C) 2003 MySQL AB
7
 
 
8
 
  This program is free software; you can redistribute it and/or modify
9
 
  it under the terms of the GNU General Public License as published by
10
 
  the Free Software Foundation; version 2 of the License.
11
 
 
12
 
  This program is distributed in the hope that it will be useful,
13
 
  but WITHOUT ANY WARRANTY; without even the implied warranty of
14
 
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 
  GNU General Public License for more details.
16
 
 
17
 
  You should have received a copy of the GNU General Public License
18
 
  along with this program; if not, write to the Free Software
19
 
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
 
</copyright>
21
 
 
22
 
<description>
23
 
This file lists all of the available character sets.
24
 
To make maintaining easier please:
25
 
 - keep records sorted by collation number.
26
 
 - change charsets.max-id when adding a new collation.
27
 
</description>
28
 
 
29
 
<charset name="utf8">
30
 
  <family>Unicode</family>
31
 
  <description>UTF-8 Unicode</description>
32
 
  <alias>utf-8</alias>
33
 
  <collation name="utf8_general_ci"     id="33">
34
 
   <flag>primary</flag>
35
 
   <flag>compiled</flag>
36
 
  </collation>
37
 
  <collation name="utf8_bin"            id="83">
38
 
    <flag>binary</flag>
39
 
    <flag>compiled</flag>
40
 
  </collation>
41
 
</charset>
42
 
 
43
 
</charsets>
44