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