xref: /trunk/main/svx/source/dialog/txenctab.src (revision 31d35622ee258902b338f9bfdfb2a2ed84b7bb6c)
1*09a1d057SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*09a1d057SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*09a1d057SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*09a1d057SAndrew Rist * distributed with this work for additional information
6*09a1d057SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*09a1d057SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*09a1d057SAndrew Rist * "License"); you may not use this file except in compliance
9*09a1d057SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*09a1d057SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*09a1d057SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*09a1d057SAndrew Rist * software distributed under the License is distributed on an
15*09a1d057SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*09a1d057SAndrew Rist * KIND, either express or implied.  See the License for the
17*09a1d057SAndrew Rist * specific language governing permissions and limitations
18*09a1d057SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*09a1d057SAndrew Rist *************************************************************/
21*09a1d057SAndrew Rist
22*09a1d057SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir // include ---------------------------------------------------------------
25cdf0e10cSrcweir
26cdf0e10cSrcweir#include <svx/dialogs.hrc>
27cdf0e10cSrcweir
28cdf0e10cSrcweir#define _SOLAR_RSC_INVOKED
29cdf0e10cSrcweir#include <rtl/textenc.h>
30cdf0e10cSrcweir#define PairedList ItemList
31cdf0e10cSrcweir// Encodings for which no conversion exist yet are commented out.
32cdf0e10cSrcweir
33cdf0e10cSrcweir // RID_SVXSTR_TEXTENCODING_TABLE ----------------------------------------------------
34cdf0e10cSrcweirStringArray RID_SVXSTR_TEXTENCODING_TABLE
35cdf0e10cSrcweir{
36cdf0e10cSrcweir    PairedList [ en-US ] =
37cdf0e10cSrcweir    {
38cdf0e10cSrcweir         < "Western Europe (Windows-1252/WinLatin 1)"           ; RTL_TEXTENCODING_MS_1252          ; > ;
39cdf0e10cSrcweir        < "Western Europe (Apple Macintosh)"                    ; RTL_TEXTENCODING_APPLE_ROMAN      ; > ;
40cdf0e10cSrcweir        < "Western Europe (DOS/OS2-850/International)"          ; RTL_TEXTENCODING_IBM_850          ; > ;
41cdf0e10cSrcweir        < "Western Europe (DOS/OS2-437/US)"                     ; RTL_TEXTENCODING_IBM_437          ; > ;
42cdf0e10cSrcweir        < "Western Europe (DOS/OS2-860/Portuguese)"         ; RTL_TEXTENCODING_IBM_860          ; > ;
43cdf0e10cSrcweir        < "Western Europe (DOS/OS2-861/Icelandic)"              ; RTL_TEXTENCODING_IBM_861          ; > ;
44cdf0e10cSrcweir        < "Western Europe (DOS/OS2-863/French (Can.))"  ; RTL_TEXTENCODING_IBM_863          ; > ;
45cdf0e10cSrcweir        < "Western Europe (DOS/OS2-865/Nordic)"             ; RTL_TEXTENCODING_IBM_865          ; > ;
46cdf0e10cSrcweir        < "Western Europe (ASCII/US)"                           ; RTL_TEXTENCODING_ASCII_US         ; > ;
47cdf0e10cSrcweir        < "Western Europe (ISO-8859-1)"                         ; RTL_TEXTENCODING_ISO_8859_1       ; > ;
48cdf0e10cSrcweir        < "Eastern Europe (ISO-8859-2)"                         ; RTL_TEXTENCODING_ISO_8859_2       ; > ;
49cdf0e10cSrcweir        < "Latin 3 (ISO-8859-3)"                            ; RTL_TEXTENCODING_ISO_8859_3       ; > ;
50cdf0e10cSrcweir        < "Baltic (ISO-8859-4)"                         ; RTL_TEXTENCODING_ISO_8859_4       ; > ;
51cdf0e10cSrcweir        < "Cyrillic (ISO-8859-5)"                           ; RTL_TEXTENCODING_ISO_8859_5       ; > ;
52cdf0e10cSrcweir        < "Arabic (ISO-8859-6)"                             ; RTL_TEXTENCODING_ISO_8859_6       ; > ;
53cdf0e10cSrcweir        < "Greek (ISO-8859-7)"                          ; RTL_TEXTENCODING_ISO_8859_7       ; > ;
54cdf0e10cSrcweir        < "Hebrew (ISO-8859-8)"                         ; RTL_TEXTENCODING_ISO_8859_8       ; > ;
55cdf0e10cSrcweir        < "Turkish (ISO-8859-9)"                            ; RTL_TEXTENCODING_ISO_8859_9       ; > ;
56cdf0e10cSrcweir        < "Western Europe (ISO-8859-14)"                        ; RTL_TEXTENCODING_ISO_8859_14      ; > ;
57cdf0e10cSrcweir        < "Western Europe (ISO-8859-15/EURO)"                   ; RTL_TEXTENCODING_ISO_8859_15      ; > ;
58cdf0e10cSrcweir        < "Greek (DOS/OS2-737)"                     ; RTL_TEXTENCODING_IBM_737          ; > ;
59cdf0e10cSrcweir        < "Baltic (DOS/OS2-775)"                            ; RTL_TEXTENCODING_IBM_775          ; > ;
60cdf0e10cSrcweir        < "Eastern Europe (DOS/OS2-852)"                            ; RTL_TEXTENCODING_IBM_852          ; > ;
61cdf0e10cSrcweir        < "Cyrillic (DOS/OS2-855)"                      ; RTL_TEXTENCODING_IBM_855          ; > ;
62cdf0e10cSrcweir        < "Turkish (DOS/OS2-857)"                           ; RTL_TEXTENCODING_IBM_857          ; > ;
63cdf0e10cSrcweir        < "Hebrew (DOS/OS2-862)"                            ; RTL_TEXTENCODING_IBM_862          ; > ;
64cdf0e10cSrcweir        < "Arabic (DOS/OS2-864)"                            ; RTL_TEXTENCODING_IBM_864          ; > ;
65cdf0e10cSrcweir        < "Cyrillic (DOS/OS2-866/Russian)"              ; RTL_TEXTENCODING_IBM_866          ; > ;
66cdf0e10cSrcweir        < "Greek (DOS/OS2-869/Modern)"                  ; RTL_TEXTENCODING_IBM_869          ; > ;
67cdf0e10cSrcweir        < "Eastern Europe (Windows-1250/WinLatin 2)"                ; RTL_TEXTENCODING_MS_1250          ; > ;
68cdf0e10cSrcweir        < "Cyrillic (Windows-1251)"                     ; RTL_TEXTENCODING_MS_1251          ; > ;
69cdf0e10cSrcweir        < "Greek (Windows-1253)"                        ; RTL_TEXTENCODING_MS_1253          ; > ;
70cdf0e10cSrcweir        < "Turkish (Windows-1254)"                          ; RTL_TEXTENCODING_MS_1254          ; > ;
71cdf0e10cSrcweir        < "Hebrew (Windows-1255)"                       ; RTL_TEXTENCODING_MS_1255          ; > ;
72cdf0e10cSrcweir        < "Arabic (Windows-1256)"                           ; RTL_TEXTENCODING_MS_1256          ; > ;
73cdf0e10cSrcweir        < "Baltic (Windows-1257)"                           ; RTL_TEXTENCODING_MS_1257          ; > ;
74cdf0e10cSrcweir        < "Eastern Europe (Apple Macintosh)"                        ; RTL_TEXTENCODING_APPLE_CENTEURO   ; > ;
75cdf0e10cSrcweir        < "Eastern Europe (Apple Macintosh/Croatian)"           ; RTL_TEXTENCODING_APPLE_CROATIAN   ; > ;
76cdf0e10cSrcweir        < "Cyrillic (Apple Macintosh)"                  ; RTL_TEXTENCODING_APPLE_CYRILLIC   ; > ;
77cdf0e10cSrcweir        < "Greek (Apple Macintosh)"                 ; RTL_TEXTENCODING_APPLE_GREEK      ; > ;
78cdf0e10cSrcweir        < "Western Europe (Apple Macintosh/Icelandic)"          ; RTL_TEXTENCODING_APPLE_ICELAND    ; > ;
79cdf0e10cSrcweir        < "Eastern Europe (Apple Macintosh/Rumanian)"           ; RTL_TEXTENCODING_APPLE_ROMANIAN   ; > ;
80cdf0e10cSrcweir        < "Turkish (Apple Macintosh)"                       ; RTL_TEXTENCODING_APPLE_TURKISH    ; > ;
81cdf0e10cSrcweir        < "Cyrillic (Apple Macintosh/Ukrainian)"            ; RTL_TEXTENCODING_APPLE_UKRAINIAN  ; > ;
82cdf0e10cSrcweir        < "Chinese simplified (Apple Macintosh)"        ; RTL_TEXTENCODING_APPLE_CHINSIMP   ; > ;
83cdf0e10cSrcweir        < "Chinese traditional (Apple Macintosh)"       ; RTL_TEXTENCODING_APPLE_CHINTRAD   ; > ;
84cdf0e10cSrcweir        < "Japanese (Apple Macintosh)"                      ; RTL_TEXTENCODING_APPLE_JAPANESE   ; > ;
85cdf0e10cSrcweir        < "Korean (Apple Macintosh)"                    ; RTL_TEXTENCODING_APPLE_KOREAN     ; > ;
86cdf0e10cSrcweir        < "Japanese (Windows-932)"                          ; RTL_TEXTENCODING_MS_932           ; > ;
87cdf0e10cSrcweir        < "Chinese simplified (Windows-936)"            ; RTL_TEXTENCODING_MS_936           ; > ;
88cdf0e10cSrcweir        < "Korean (Windows-949)"                        ; RTL_TEXTENCODING_MS_949           ; > ;
89cdf0e10cSrcweir        < "Chinese traditional (Windows-950)"           ; RTL_TEXTENCODING_MS_950           ; > ;
90cdf0e10cSrcweir        < "Japanese (Shift-JIS)"                            ; RTL_TEXTENCODING_SHIFT_JIS        ; > ;
91cdf0e10cSrcweir        < "Chinese simplified (GB-2312)"                ; RTL_TEXTENCODING_GB_2312          ; > ;
92cdf0e10cSrcweir        < "Chinese simplified (GB-18030)"               ; RTL_TEXTENCODING_GB_18030         ; > ;
93cdf0e10cSrcweir        < "Chinese traditional (GBT-12345)"             ; RTL_TEXTENCODING_GBT_12345        ; > ;
94cdf0e10cSrcweir        < "Chinese simplified (GBK/GB-2312-80)"         ; RTL_TEXTENCODING_GBK              ; > ;
95cdf0e10cSrcweir        < "Chinese traditional (Big5)"                  ; RTL_TEXTENCODING_BIG5             ; > ;
96cdf0e10cSrcweir        < "Chinese traditional (BIG5-HKSCS)"            ; RTL_TEXTENCODING_BIG5_HKSCS       ; > ;
97cdf0e10cSrcweir        < "Japanese (EUC-JP)"                               ; RTL_TEXTENCODING_EUC_JP           ; > ;
98cdf0e10cSrcweir        < "Chinese simplified (EUC-CN)"                 ; RTL_TEXTENCODING_EUC_CN           ; > ;
99cdf0e10cSrcweir        < "Chinese traditional (EUC-TW)"                ; RTL_TEXTENCODING_EUC_TW           ; > ;
100cdf0e10cSrcweir        < "Japanese (ISO-2022-JP)"                         ; RTL_TEXTENCODING_ISO_2022_JP      ; > ;
101cdf0e10cSrcweir        < "Chinese simplified (ISO-2022-CN)"            ; RTL_TEXTENCODING_ISO_2022_CN      ; > ;
102cdf0e10cSrcweir        < "Cyrillic (KOI8-R)"                               ; RTL_TEXTENCODING_KOI8_R           ; > ;
103cdf0e10cSrcweir        < "Unicode (UTF-7)"                                 ; RTL_TEXTENCODING_UTF7             ; > ;
104cdf0e10cSrcweir        < "Unicode (UTF-8)"                                 ; RTL_TEXTENCODING_UTF8             ; > ;
105cdf0e10cSrcweir        < "Eastern Europe (ISO-8859-10)"                            ; RTL_TEXTENCODING_ISO_8859_10      ; > ;
106cdf0e10cSrcweir        < "Eastern Europe (ISO-8859-13)"                            ; RTL_TEXTENCODING_ISO_8859_13      ; > ;
107cdf0e10cSrcweir        < "Korean (EUC-KR)"                             ; RTL_TEXTENCODING_EUC_KR           ; > ;
108cdf0e10cSrcweir        < "Korean (ISO-2022-KR)"                        ; RTL_TEXTENCODING_ISO_2022_KR      ; > ;
109cdf0e10cSrcweir        < "Korean (Windows-Johab-1361)"                 ; RTL_TEXTENCODING_MS_1361          ; > ;
110cdf0e10cSrcweir        < "Unicode"                                         ; RTL_TEXTENCODING_UCS2             ; > ;
111cdf0e10cSrcweir        < "Thai (ISO-8859-11/TIS-620)"                                  ; RTL_TEXTENCODING_TIS_620          ; > ;
112cdf0e10cSrcweir        < "Thai (Windows-874)"                              ; RTL_TEXTENCODING_MS_874           ; > ;
113cdf0e10cSrcweir        < "Cyrillic (KOI8-U)"                             ; RTL_TEXTENCODING_KOI8_U           ; > ;
114cdf0e10cSrcweir        < "Cyrillic (PT154)"                                ; RTL_TEXTENCODING_PT154            ; > ;
115cdf0e10cSrcweir    };
116cdf0e10cSrcweir};
117cdf0e10cSrcweir // ********************************************************************** EOF
118