Update ooo320-m1
[ooovba.git] / sal / textenc / convertiso2022jp.tab
blob7fa1c3c04c8f39f9291d6d6184dd6b6e4e09cf20
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: convertiso2022jp.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_CONVERTISO2022JP_H
35 #include "convertiso2022jp.h"
36 #endif
37 #ifndef INCLUDED_RTL_TEXTENC_TENCHELP_H
38 #include "tenchelp.h"
39 #endif
41 #ifndef _RTL_TENCINFO_H
42 #include "rtl/tencinfo.h"
43 #endif
44 #ifndef _RTL_TEXTENC_H
45 #include "rtl/textenc.h"
46 #endif
48 static ImplIso2022JpConverterData const aImplIso2022JpConvertData
49     = { aJIS0208UniLeadTab, /* from tcvtjp6.tab */
50         aJIS0208DBCSHighTab }; /* from tcvtjp6.tab */
52 static ImplTextEncodingData const aImplIso2022JpTextEncodingData
53     = { { &aImplIso2022JpConvertData,
54           &ImplConvertIso2022JpToUnicode,
55           &ImplConvertUnicodeToIso2022Jp,
56           &ImplCreateIso2022JpToUnicodeContext,
57           &ImplDestroyContext,
58           &ImplResetIso2022JpToUnicodeContext,
59           &ImplCreateUnicodeToIso2022JpContext,
60           &ImplDestroyContext,
61           &ImplResetUnicodeToIso2022JpContext },
62         1,
63         8,
64         2,
65         128,
66         "euc-jp",
67         "ISO-2022-JP",
68         RTL_TEXTENCODING_INFO_CONTEXT
69              | RTL_TEXTENCODING_INFO_MULTIBYTE
70              | RTL_TEXTENCODING_INFO_MIME };
71     /* SCRIPT_JAPANESE */