update dev300-m58
[ooovba.git] / sal / textenc / converteuctw.tab
bloba058eea8e5dbbc9a51c1e0eec3f9ac420bb76e7e
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: converteuctw.tab,v $
10  * $Revision: 1.5 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #ifndef INCLUDED_RTL_TEXTENC_CONTEXT_H
32 #include "context.h"
33 #endif
34 #ifndef INCLUDED_RTL_TEXTENC_CONVERTEUCTW_H
35 #include "converteuctw.h"
36 #endif
38 #ifndef _RTL_TENCINFO_H
39 #include "rtl/tencinfo.h"
40 #endif
41 #ifndef _RTL_TEXTENC_H
42 #include "rtl/textenc.h"
43 #endif
45 #include "generate/cns116431992.tab"
47 static ImplEucTwConverterData const aImplEucTwConvertData
48     = { aImplCns116431992ToUnicodeData,
49         aImplCns116431992ToUnicodeRowOffsets,
50         aImplCns116431992ToUnicodePlaneOffsets,
51         aImplUnicodeToCns116431992Data,
52         aImplUnicodeToCns116431992PageOffsets,
53         aImplUnicodeToCns116431992PlaneOffsets };
55 static ImplTextEncodingData const aImplEucTwTextEncodingData
56     = { { &aImplEucTwConvertData,
57           &ImplConvertEucTwToUnicode,
58           &ImplConvertUnicodeToEucTw,
59           &ImplCreateEucTwToUnicodeContext,
60           &ImplDestroyContext,
61           &ImplResetEucTwToUnicodeContext,
62           &ImplCreateUnicodeToTextContext,
63           &ImplDestroyContext,
64           &ImplResetUnicodeToTextContext },
65         1,
66         4,
67         2,
68         136,
69         "cns11643-1",
70         "Big5",
71         RTL_TEXTENCODING_INFO_ASCII | RTL_TEXTENCODING_INFO_MULTIBYTE };
72     /* SCRIPT_CHINESE_TRADITIONAL */