1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: txenctab.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 // include ---------------------------------------------------------------
33 #include <svx/dialogs.hrc>
35 #define _SOLAR_RSC_INVOKED
36 #include <rtl/textenc.h>
37 #define PairedList ItemList
38 // Encodings for which no conversion exist yet are commented out.
40 // RID_SVXSTR_TEXTENCODING_TABLE ----------------------------------------------------
41 StringArray RID_SVXSTR_TEXTENCODING_TABLE
43 PairedList [ en-US ] =
45 < "Western Europe (Windows-1252/WinLatin 1)" ; RTL_TEXTENCODING_MS_1252 ; > ;
46 < "Western Europe (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_ROMAN ; > ;
47 < "Western Europe (DOS/OS2-850/International)" ; RTL_TEXTENCODING_IBM_850 ; > ;
48 < "Western Europe (DOS/OS2-437/US)" ; RTL_TEXTENCODING_IBM_437 ; > ;
49 < "Western Europe (DOS/OS2-860/Portuguese)" ; RTL_TEXTENCODING_IBM_860 ; > ;
50 < "Western Europe (DOS/OS2-861/Icelandic)" ; RTL_TEXTENCODING_IBM_861 ; > ;
51 < "Western Europe (DOS/OS2-863/French (Can.))" ; RTL_TEXTENCODING_IBM_863 ; > ;
52 < "Western Europe (DOS/OS2-865/Nordic)" ; RTL_TEXTENCODING_IBM_865 ; > ;
53 < "Western Europe (ASCII/US)" ; RTL_TEXTENCODING_ASCII_US ; > ;
54 < "Western Europe (ISO-8859-1)" ; RTL_TEXTENCODING_ISO_8859_1 ; > ;
55 < "Eastern Europe (ISO-8859-2)" ; RTL_TEXTENCODING_ISO_8859_2 ; > ;
56 < "Latin 3 (ISO-8859-3)" ; RTL_TEXTENCODING_ISO_8859_3 ; > ;
57 < "Baltic (ISO-8859-4)" ; RTL_TEXTENCODING_ISO_8859_4 ; > ;
58 < "Cyrillic (ISO-8859-5)" ; RTL_TEXTENCODING_ISO_8859_5 ; > ;
59 < "Arabic (ISO-8859-6)" ; RTL_TEXTENCODING_ISO_8859_6 ; > ;
60 < "Greek (ISO-8859-7)" ; RTL_TEXTENCODING_ISO_8859_7 ; > ;
61 < "Hebrew (ISO-8859-8)" ; RTL_TEXTENCODING_ISO_8859_8 ; > ;
62 < "Turkish (ISO-8859-9)" ; RTL_TEXTENCODING_ISO_8859_9 ; > ;
63 < "Western Europe (ISO-8859-14)" ; RTL_TEXTENCODING_ISO_8859_14 ; > ;
64 < "Western Europe (ISO-8859-15/EURO)" ; RTL_TEXTENCODING_ISO_8859_15 ; > ;
65 < "Greek (DOS/OS2-737)" ; RTL_TEXTENCODING_IBM_737 ; > ;
66 < "Baltic (DOS/OS2-775)" ; RTL_TEXTENCODING_IBM_775 ; > ;
67 < "Eastern Europe (DOS/OS2-852)" ; RTL_TEXTENCODING_IBM_852 ; > ;
68 < "Cyrillic (DOS/OS2-855)" ; RTL_TEXTENCODING_IBM_855 ; > ;
69 < "Turkish (DOS/OS2-857)" ; RTL_TEXTENCODING_IBM_857 ; > ;
70 < "Hebrew (DOS/OS2-862)" ; RTL_TEXTENCODING_IBM_862 ; > ;
71 < "Arabic (DOS/OS2-864)" ; RTL_TEXTENCODING_IBM_864 ; > ;
72 < "Cyrillic (DOS/OS2-866/Russian)" ; RTL_TEXTENCODING_IBM_866 ; > ;
73 < "Greek (DOS/OS2-869/Modern)" ; RTL_TEXTENCODING_IBM_869 ; > ;
74 < "Eastern Europe (Windows-1250/WinLatin 2)" ; RTL_TEXTENCODING_MS_1250 ; > ;
75 < "Cyrillic (Windows-1251)" ; RTL_TEXTENCODING_MS_1251 ; > ;
76 < "Greek (Windows-1253)" ; RTL_TEXTENCODING_MS_1253 ; > ;
77 < "Turkish (Windows-1254)" ; RTL_TEXTENCODING_MS_1254 ; > ;
78 < "Hebrew (Windows-1255)" ; RTL_TEXTENCODING_MS_1255 ; > ;
79 < "Arabic (Windows-1256)" ; RTL_TEXTENCODING_MS_1256 ; > ;
80 < "Baltic (Windows-1257)" ; RTL_TEXTENCODING_MS_1257 ; > ;
81 < "Eastern Europe (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_CENTEURO ; > ;
82 < "Eastern Europe (Apple Macintosh/Croatian)" ; RTL_TEXTENCODING_APPLE_CROATIAN ; > ;
83 < "Cyrillic (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_CYRILLIC ; > ;
84 < "Greek (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_GREEK ; > ;
85 < "Western Europe (Apple Macintosh/Icelandic)" ; RTL_TEXTENCODING_APPLE_ICELAND ; > ;
86 < "Eastern Europe (Apple Macintosh/Rumanian)" ; RTL_TEXTENCODING_APPLE_ROMANIAN ; > ;
87 < "Turkish (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_TURKISH ; > ;
88 < "Cyrillic (Apple Macintosh/Ukrainian)" ; RTL_TEXTENCODING_APPLE_UKRAINIAN ; > ;
89 < "Chinese simplified (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_CHINSIMP ; > ;
90 < "Chinese traditional (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_CHINTRAD ; > ;
91 < "Japanese (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_JAPANESE ; > ;
92 < "Korean (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_KOREAN ; > ;
93 < "Japanese (Windows-932)" ; RTL_TEXTENCODING_MS_932 ; > ;
94 < "Chinese simplified (Windows-936)" ; RTL_TEXTENCODING_MS_936 ; > ;
95 < "Korean (Windows-949)" ; RTL_TEXTENCODING_MS_949 ; > ;
96 < "Chinese traditional (Windows-950)" ; RTL_TEXTENCODING_MS_950 ; > ;
97 < "Japanese (Shift-JIS)" ; RTL_TEXTENCODING_SHIFT_JIS ; > ;
98 < "Chinese simplified (GB-2312)" ; RTL_TEXTENCODING_GB_2312 ; > ;
99 < "Chinese simplified (GB-18030)" ; RTL_TEXTENCODING_GB_18030 ; > ;
100 < "Chinese traditional (GBT-12345)" ; RTL_TEXTENCODING_GBT_12345 ; > ;
101 < "Chinese simplified (GBK/GB-2312-80)" ; RTL_TEXTENCODING_GBK ; > ;
102 < "Chinese traditional (Big5)" ; RTL_TEXTENCODING_BIG5 ; > ;
103 < "Chinese traditional (BIG5-HKSCS)" ; RTL_TEXTENCODING_BIG5_HKSCS ; > ;
104 < "Japanese (EUC-JP)" ; RTL_TEXTENCODING_EUC_JP ; > ;
105 < "Chinese simplified (EUC-CN)" ; RTL_TEXTENCODING_EUC_CN ; > ;
106 < "Chinese traditional (EUC-TW)" ; RTL_TEXTENCODING_EUC_TW ; > ;
107 < "Japanese (ISO-2022-JP)" ; RTL_TEXTENCODING_ISO_2022_JP ; > ;
108 < "Chinese simplified (ISO-2022-CN)" ; RTL_TEXTENCODING_ISO_2022_CN ; > ;
109 < "Cyrillic (KOI8-R)" ; RTL_TEXTENCODING_KOI8_R ; > ;
110 < "Unicode (UTF-7)" ; RTL_TEXTENCODING_UTF7 ; > ;
111 < "Unicode (UTF-8)" ; RTL_TEXTENCODING_UTF8 ; > ;
112 < "Eastern Europe (ISO-8859-10)" ; RTL_TEXTENCODING_ISO_8859_10 ; > ;
113 < "Eastern Europe (ISO-8859-13)" ; RTL_TEXTENCODING_ISO_8859_13 ; > ;
114 < "Korean (EUC-KR)" ; RTL_TEXTENCODING_EUC_KR ; > ;
115 < "Korean (ISO-2022-KR)" ; RTL_TEXTENCODING_ISO_2022_KR ; > ;
116 < "Korean (Windows-Johab-1361)" ; RTL_TEXTENCODING_MS_1361 ; > ;
117 < "Unicode" ; RTL_TEXTENCODING_UCS2 ; > ;
118 < "Thai (ISO-8859-11/TIS-620)" ; RTL_TEXTENCODING_TIS_620 ; > ;
119 < "Thai (Windows-874)" ; RTL_TEXTENCODING_MS_874 ; > ;
120 < "Cyrillic (KOI8-U)" ; RTL_TEXTENCODING_KOI8_U ; > ;
121 < "Cyrillic (PT154)" ; RTL_TEXTENCODING_PT154 ; > ;
124 // ********************************************************************** EOF