1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include <svx/dialogs.hrc>
22 #define _SOLAR_RSC_INVOKED
23 #include <rtl/textenc.h>
24 #define PairedList ItemList
25 // Encodings for which no conversion exist yet are commented out.
27 StringArray RID_SVXSTR_TEXTENCODING_TABLE
29 PairedList [ en-US ] =
31 < "Western Europe (Windows-1252/WinLatin 1)" ; RTL_TEXTENCODING_MS_1252 ; > ;
32 < "Western Europe (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_ROMAN ; > ;
33 < "Western Europe (DOS/OS2-850/International)" ; RTL_TEXTENCODING_IBM_850 ; > ;
34 < "Western Europe (DOS/OS2-437/US)" ; RTL_TEXTENCODING_IBM_437 ; > ;
35 < "Western Europe (DOS/OS2-860/Portuguese)" ; RTL_TEXTENCODING_IBM_860 ; > ;
36 < "Western Europe (DOS/OS2-861/Icelandic)" ; RTL_TEXTENCODING_IBM_861 ; > ;
37 < "Western Europe (DOS/OS2-863/French (Can.))" ; RTL_TEXTENCODING_IBM_863 ; > ;
38 < "Western Europe (DOS/OS2-865/Nordic)" ; RTL_TEXTENCODING_IBM_865 ; > ;
39 < "Western Europe (ASCII/US)" ; RTL_TEXTENCODING_ASCII_US ; > ;
40 < "Western Europe (ISO-8859-1)" ; RTL_TEXTENCODING_ISO_8859_1 ; > ;
41 < "Eastern Europe (ISO-8859-2)" ; RTL_TEXTENCODING_ISO_8859_2 ; > ;
42 < "Latin 3 (ISO-8859-3)" ; RTL_TEXTENCODING_ISO_8859_3 ; > ;
43 < "Baltic (ISO-8859-4)" ; RTL_TEXTENCODING_ISO_8859_4 ; > ;
44 < "Cyrillic (ISO-8859-5)" ; RTL_TEXTENCODING_ISO_8859_5 ; > ;
45 < "Arabic (ISO-8859-6)" ; RTL_TEXTENCODING_ISO_8859_6 ; > ;
46 < "Greek (ISO-8859-7)" ; RTL_TEXTENCODING_ISO_8859_7 ; > ;
47 < "Hebrew (ISO-8859-8)" ; RTL_TEXTENCODING_ISO_8859_8 ; > ;
48 < "Turkish (ISO-8859-9)" ; RTL_TEXTENCODING_ISO_8859_9 ; > ;
49 < "Western Europe (ISO-8859-14)" ; RTL_TEXTENCODING_ISO_8859_14 ; > ;
50 < "Western Europe (ISO-8859-15/EURO)" ; RTL_TEXTENCODING_ISO_8859_15 ; > ;
51 < "Greek (DOS/OS2-737)" ; RTL_TEXTENCODING_IBM_737 ; > ;
52 < "Baltic (DOS/OS2-775)" ; RTL_TEXTENCODING_IBM_775 ; > ;
53 < "Eastern Europe (DOS/OS2-852)" ; RTL_TEXTENCODING_IBM_852 ; > ;
54 < "Cyrillic (DOS/OS2-855)" ; RTL_TEXTENCODING_IBM_855 ; > ;
55 < "Turkish (DOS/OS2-857)" ; RTL_TEXTENCODING_IBM_857 ; > ;
56 < "Hebrew (DOS/OS2-862)" ; RTL_TEXTENCODING_IBM_862 ; > ;
57 < "Arabic (DOS/OS2-864)" ; RTL_TEXTENCODING_IBM_864 ; > ;
58 < "Cyrillic (DOS/OS2-866/Russian)" ; RTL_TEXTENCODING_IBM_866 ; > ;
59 < "Greek (DOS/OS2-869/Modern)" ; RTL_TEXTENCODING_IBM_869 ; > ;
60 < "Eastern Europe (Windows-1250/WinLatin 2)" ; RTL_TEXTENCODING_MS_1250 ; > ;
61 < "Cyrillic (Windows-1251)" ; RTL_TEXTENCODING_MS_1251 ; > ;
62 < "Greek (Windows-1253)" ; RTL_TEXTENCODING_MS_1253 ; > ;
63 < "Turkish (Windows-1254)" ; RTL_TEXTENCODING_MS_1254 ; > ;
64 < "Hebrew (Windows-1255)" ; RTL_TEXTENCODING_MS_1255 ; > ;
65 < "Arabic (Windows-1256)" ; RTL_TEXTENCODING_MS_1256 ; > ;
66 < "Baltic (Windows-1257)" ; RTL_TEXTENCODING_MS_1257 ; > ;
67 < "Vietnamese (Windows-1258)" ; RTL_TEXTENCODING_MS_1258 ; > ;
68 < "Eastern Europe (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_CENTEURO ; > ;
69 < "Eastern Europe (Apple Macintosh/Croatian)" ; RTL_TEXTENCODING_APPLE_CROATIAN ; > ;
70 < "Cyrillic (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_CYRILLIC ; > ;
71 < "Greek (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_GREEK ; > ;
72 < "Western Europe (Apple Macintosh/Icelandic)" ; RTL_TEXTENCODING_APPLE_ICELAND ; > ;
73 < "Eastern Europe (Apple Macintosh/Romanian)" ; RTL_TEXTENCODING_APPLE_ROMANIAN ; > ;
74 < "Turkish (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_TURKISH ; > ;
75 < "Cyrillic (Apple Macintosh/Ukrainian)" ; RTL_TEXTENCODING_APPLE_UKRAINIAN ; > ;
76 < "Chinese simplified (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_CHINSIMP ; > ;
77 < "Chinese traditional (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_CHINTRAD ; > ;
78 < "Japanese (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_JAPANESE ; > ;
79 < "Korean (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_KOREAN ; > ;
80 < "Japanese (Windows-932)" ; RTL_TEXTENCODING_MS_932 ; > ;
81 < "Chinese simplified (Windows-936)" ; RTL_TEXTENCODING_MS_936 ; > ;
82 < "Korean (Windows-949)" ; RTL_TEXTENCODING_MS_949 ; > ;
83 < "Chinese traditional (Windows-950)" ; RTL_TEXTENCODING_MS_950 ; > ;
84 < "Japanese (Shift-JIS)" ; RTL_TEXTENCODING_SHIFT_JIS ; > ;
85 < "Chinese simplified (GB-2312)" ; RTL_TEXTENCODING_GB_2312 ; > ;
86 < "Chinese simplified (GB-18030)" ; RTL_TEXTENCODING_GB_18030 ; > ;
87 < "Chinese traditional (GBT-12345)" ; RTL_TEXTENCODING_GBT_12345 ; > ;
88 < "Chinese simplified (GBK/GB-2312-80)" ; RTL_TEXTENCODING_GBK ; > ;
89 < "Chinese traditional (Big5)" ; RTL_TEXTENCODING_BIG5 ; > ;
90 < "Chinese traditional (BIG5-HKSCS)" ; RTL_TEXTENCODING_BIG5_HKSCS ; > ;
91 < "Japanese (EUC-JP)" ; RTL_TEXTENCODING_EUC_JP ; > ;
92 < "Chinese simplified (EUC-CN)" ; RTL_TEXTENCODING_EUC_CN ; > ;
93 < "Chinese traditional (EUC-TW)" ; RTL_TEXTENCODING_EUC_TW ; > ;
94 < "Japanese (ISO-2022-JP)" ; RTL_TEXTENCODING_ISO_2022_JP ; > ;
95 < "Chinese simplified (ISO-2022-CN)" ; RTL_TEXTENCODING_ISO_2022_CN ; > ;
96 < "Cyrillic (KOI8-R)" ; RTL_TEXTENCODING_KOI8_R ; > ;
97 < "Unicode (UTF-7)" ; RTL_TEXTENCODING_UTF7 ; > ;
98 < "Unicode (UTF-8)" ; RTL_TEXTENCODING_UTF8 ; > ;
99 < "Eastern Europe (ISO-8859-10)" ; RTL_TEXTENCODING_ISO_8859_10 ; > ;
100 < "Eastern Europe (ISO-8859-13)" ; RTL_TEXTENCODING_ISO_8859_13 ; > ;
101 < "Korean (EUC-KR)" ; RTL_TEXTENCODING_EUC_KR ; > ;
102 < "Korean (ISO-2022-KR)" ; RTL_TEXTENCODING_ISO_2022_KR ; > ;
103 < "Korean (Windows-Johab-1361)" ; RTL_TEXTENCODING_MS_1361 ; > ;
104 < "Unicode (UTF-16)" ; RTL_TEXTENCODING_UCS2 ; > ;
105 < "Thai (ISO-8859-11/TIS-620)" ; RTL_TEXTENCODING_TIS_620 ; > ;
106 < "Thai (Windows-874)" ; RTL_TEXTENCODING_MS_874 ; > ;
107 < "Cyrillic (KOI8-U)" ; RTL_TEXTENCODING_KOI8_U ; > ;
108 < "Cyrillic (PT154)" ; RTL_TEXTENCODING_PT154 ; > ;
112 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */