1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28 // include --------------------------------------------------------------- 29 30#include <svx/dialogs.hrc> 31 32#define _SOLAR_RSC_INVOKED 33#include <rtl/textenc.h> 34#define PairedList ItemList 35// Encodings for which no conversion exist yet are commented out. 36 37 // RID_SVXSTR_TEXTENCODING_TABLE ---------------------------------------------------- 38StringArray RID_SVXSTR_TEXTENCODING_TABLE 39{ 40 PairedList [ en-US ] = 41 { 42 < "Western Europe (Windows-1252/WinLatin 1)" ; RTL_TEXTENCODING_MS_1252 ; > ; 43 < "Western Europe (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_ROMAN ; > ; 44 < "Western Europe (DOS/OS2-850/International)" ; RTL_TEXTENCODING_IBM_850 ; > ; 45 < "Western Europe (DOS/OS2-437/US)" ; RTL_TEXTENCODING_IBM_437 ; > ; 46 < "Western Europe (DOS/OS2-860/Portuguese)" ; RTL_TEXTENCODING_IBM_860 ; > ; 47 < "Western Europe (DOS/OS2-861/Icelandic)" ; RTL_TEXTENCODING_IBM_861 ; > ; 48 < "Western Europe (DOS/OS2-863/French (Can.))" ; RTL_TEXTENCODING_IBM_863 ; > ; 49 < "Western Europe (DOS/OS2-865/Nordic)" ; RTL_TEXTENCODING_IBM_865 ; > ; 50 < "Western Europe (ASCII/US)" ; RTL_TEXTENCODING_ASCII_US ; > ; 51 < "Western Europe (ISO-8859-1)" ; RTL_TEXTENCODING_ISO_8859_1 ; > ; 52 < "Eastern Europe (ISO-8859-2)" ; RTL_TEXTENCODING_ISO_8859_2 ; > ; 53 < "Latin 3 (ISO-8859-3)" ; RTL_TEXTENCODING_ISO_8859_3 ; > ; 54 < "Baltic (ISO-8859-4)" ; RTL_TEXTENCODING_ISO_8859_4 ; > ; 55 < "Cyrillic (ISO-8859-5)" ; RTL_TEXTENCODING_ISO_8859_5 ; > ; 56 < "Arabic (ISO-8859-6)" ; RTL_TEXTENCODING_ISO_8859_6 ; > ; 57 < "Greek (ISO-8859-7)" ; RTL_TEXTENCODING_ISO_8859_7 ; > ; 58 < "Hebrew (ISO-8859-8)" ; RTL_TEXTENCODING_ISO_8859_8 ; > ; 59 < "Turkish (ISO-8859-9)" ; RTL_TEXTENCODING_ISO_8859_9 ; > ; 60 < "Western Europe (ISO-8859-14)" ; RTL_TEXTENCODING_ISO_8859_14 ; > ; 61 < "Western Europe (ISO-8859-15/EURO)" ; RTL_TEXTENCODING_ISO_8859_15 ; > ; 62 < "Greek (DOS/OS2-737)" ; RTL_TEXTENCODING_IBM_737 ; > ; 63 < "Baltic (DOS/OS2-775)" ; RTL_TEXTENCODING_IBM_775 ; > ; 64 < "Eastern Europe (DOS/OS2-852)" ; RTL_TEXTENCODING_IBM_852 ; > ; 65 < "Cyrillic (DOS/OS2-855)" ; RTL_TEXTENCODING_IBM_855 ; > ; 66 < "Turkish (DOS/OS2-857)" ; RTL_TEXTENCODING_IBM_857 ; > ; 67 < "Hebrew (DOS/OS2-862)" ; RTL_TEXTENCODING_IBM_862 ; > ; 68 < "Arabic (DOS/OS2-864)" ; RTL_TEXTENCODING_IBM_864 ; > ; 69 < "Cyrillic (DOS/OS2-866/Russian)" ; RTL_TEXTENCODING_IBM_866 ; > ; 70 < "Greek (DOS/OS2-869/Modern)" ; RTL_TEXTENCODING_IBM_869 ; > ; 71 < "Eastern Europe (Windows-1250/WinLatin 2)" ; RTL_TEXTENCODING_MS_1250 ; > ; 72 < "Cyrillic (Windows-1251)" ; RTL_TEXTENCODING_MS_1251 ; > ; 73 < "Greek (Windows-1253)" ; RTL_TEXTENCODING_MS_1253 ; > ; 74 < "Turkish (Windows-1254)" ; RTL_TEXTENCODING_MS_1254 ; > ; 75 < "Hebrew (Windows-1255)" ; RTL_TEXTENCODING_MS_1255 ; > ; 76 < "Arabic (Windows-1256)" ; RTL_TEXTENCODING_MS_1256 ; > ; 77 < "Baltic (Windows-1257)" ; RTL_TEXTENCODING_MS_1257 ; > ; 78 < "Eastern Europe (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_CENTEURO ; > ; 79 < "Eastern Europe (Apple Macintosh/Croatian)" ; RTL_TEXTENCODING_APPLE_CROATIAN ; > ; 80 < "Cyrillic (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_CYRILLIC ; > ; 81 < "Greek (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_GREEK ; > ; 82 < "Western Europe (Apple Macintosh/Icelandic)" ; RTL_TEXTENCODING_APPLE_ICELAND ; > ; 83 < "Eastern Europe (Apple Macintosh/Rumanian)" ; RTL_TEXTENCODING_APPLE_ROMANIAN ; > ; 84 < "Turkish (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_TURKISH ; > ; 85 < "Cyrillic (Apple Macintosh/Ukrainian)" ; RTL_TEXTENCODING_APPLE_UKRAINIAN ; > ; 86 < "Chinese simplified (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_CHINSIMP ; > ; 87 < "Chinese traditional (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_CHINTRAD ; > ; 88 < "Japanese (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_JAPANESE ; > ; 89 < "Korean (Apple Macintosh)" ; RTL_TEXTENCODING_APPLE_KOREAN ; > ; 90 < "Japanese (Windows-932)" ; RTL_TEXTENCODING_MS_932 ; > ; 91 < "Chinese simplified (Windows-936)" ; RTL_TEXTENCODING_MS_936 ; > ; 92 < "Korean (Windows-949)" ; RTL_TEXTENCODING_MS_949 ; > ; 93 < "Chinese traditional (Windows-950)" ; RTL_TEXTENCODING_MS_950 ; > ; 94 < "Japanese (Shift-JIS)" ; RTL_TEXTENCODING_SHIFT_JIS ; > ; 95 < "Chinese simplified (GB-2312)" ; RTL_TEXTENCODING_GB_2312 ; > ; 96 < "Chinese simplified (GB-18030)" ; RTL_TEXTENCODING_GB_18030 ; > ; 97 < "Chinese traditional (GBT-12345)" ; RTL_TEXTENCODING_GBT_12345 ; > ; 98 < "Chinese simplified (GBK/GB-2312-80)" ; RTL_TEXTENCODING_GBK ; > ; 99 < "Chinese traditional (Big5)" ; RTL_TEXTENCODING_BIG5 ; > ; 100 < "Chinese traditional (BIG5-HKSCS)" ; RTL_TEXTENCODING_BIG5_HKSCS ; > ; 101 < "Japanese (EUC-JP)" ; RTL_TEXTENCODING_EUC_JP ; > ; 102 < "Chinese simplified (EUC-CN)" ; RTL_TEXTENCODING_EUC_CN ; > ; 103 < "Chinese traditional (EUC-TW)" ; RTL_TEXTENCODING_EUC_TW ; > ; 104 < "Japanese (ISO-2022-JP)" ; RTL_TEXTENCODING_ISO_2022_JP ; > ; 105 < "Chinese simplified (ISO-2022-CN)" ; RTL_TEXTENCODING_ISO_2022_CN ; > ; 106 < "Cyrillic (KOI8-R)" ; RTL_TEXTENCODING_KOI8_R ; > ; 107 < "Unicode (UTF-7)" ; RTL_TEXTENCODING_UTF7 ; > ; 108 < "Unicode (UTF-8)" ; RTL_TEXTENCODING_UTF8 ; > ; 109 < "Eastern Europe (ISO-8859-10)" ; RTL_TEXTENCODING_ISO_8859_10 ; > ; 110 < "Eastern Europe (ISO-8859-13)" ; RTL_TEXTENCODING_ISO_8859_13 ; > ; 111 < "Korean (EUC-KR)" ; RTL_TEXTENCODING_EUC_KR ; > ; 112 < "Korean (ISO-2022-KR)" ; RTL_TEXTENCODING_ISO_2022_KR ; > ; 113 < "Korean (Windows-Johab-1361)" ; RTL_TEXTENCODING_MS_1361 ; > ; 114 < "Unicode" ; RTL_TEXTENCODING_UCS2 ; > ; 115 < "Thai (ISO-8859-11/TIS-620)" ; RTL_TEXTENCODING_TIS_620 ; > ; 116 < "Thai (Windows-874)" ; RTL_TEXTENCODING_MS_874 ; > ; 117 < "Cyrillic (KOI8-U)" ; RTL_TEXTENCODING_KOI8_U ; > ; 118 < "Cyrillic (PT154)" ; RTL_TEXTENCODING_PT154 ; > ; 119 }; 120}; 121 // ********************************************************************** EOF 122 123