1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/intl/uconv/ucvibm/nsUCvIBMCID.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,117 @@ 1.4 +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- 1.5 + * 1.6 + * This Source Code Form is subject to the terms of the Mozilla Public 1.7 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.8 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.9 + * 1.10 + * This Original Code has been modified by IBM Corporation. 1.11 + * Modifications made by IBM described herein are 1.12 + * Copyright (c) International Business Machines 1.13 + * Corporation, 1999 1.14 + * 1.15 + * Modifications to Mozilla code or documentation 1.16 + * identified per MPL Section 3.3 1.17 + * 1.18 + * Date Modified by Description of modification 1.19 + * 12/09/1999 IBM Corp. Support for IBM codepages - 850,852,55,857,862,864 1.20 + * 06/24/2003 IBM Corp. Support for IBM codepage 1046 1.21 + * 1.22 + */ 1.23 + 1.24 +#ifndef nsUCvIBMCID_h___ 1.25 +#define nsUCvIBMCID_h___ 1.26 + 1.27 +#include "nsISupports.h" 1.28 + 1.29 + 1.30 +// Class ID for our CP850ToUnicode charset converter 1.31 +// {2D524FD0-AE74-11d3-ABF7-0004ACEEFA51} 1.32 +#define NS_CP850TOUNICODE_CID \ 1.33 + { 0x2d524fd0, 0xae74, 0x11d3, {0xab, 0xf7, 0x0, 0x4, 0xac, 0xee, 0xfa, 0x51}} 1.34 + 1.35 +// Class ID for our CP852ToUnicode charset converter 1.36 +// {2D524FD1-AE74-11d3-ABF7-0004ACEEFA51} 1.37 +#define NS_CP852TOUNICODE_CID \ 1.38 + { 0x2d524fd1, 0xae74, 0x11d3, {0xab, 0xf7, 0x0, 0x4, 0xac, 0xee, 0xfa, 0x51}} 1.39 + 1.40 +// Class ID for our CP855ToUnicode charset converter 1.41 +// {2D524FD2-AE74-11d3-ABF7-0004ACEEFA51} 1.42 +#define NS_CP855TOUNICODE_CID \ 1.43 + { 0x2d524fd2, 0xae74, 0x11d3, {0xab, 0xf7, 0x0, 0x4, 0xac, 0xee, 0xfa, 0x51}} 1.44 + 1.45 +// Class ID for our CP857ToUnicode charset converter 1.46 +// {2D524FD3-AE74-11d3-ABF7-0004ACEEFA51} 1.47 +#define NS_CP857TOUNICODE_CID \ 1.48 + { 0x2d524fd3, 0xae74, 0x11d3, {0xab, 0xf7, 0x0, 0x4, 0xac, 0xee, 0xfa, 0x51}} 1.49 + 1.50 +// Class ID for our CP862ToUnicode charset converter 1.51 +// {2D524FD4-AE74-11d3-ABF7-0004ACEEFA51} 1.52 +#define NS_CP862TOUNICODE_CID \ 1.53 + { 0x2d524fd4, 0xae74, 0x11d3, {0xab, 0xf7, 0x0, 0x4, 0xac, 0xee, 0xfa, 0x51}} 1.54 + 1.55 +// Class ID for our CP864ToUnicode charset converter 1.56 +// {2D524FD5-AE74-11d3-ABF7-0004ACEEFA51} 1.57 +#define NS_CP864TOUNICODE_CID \ 1.58 + { 0x2d524fd5, 0xae74, 0x11d3, {0xab, 0xf7, 0x0, 0x4, 0xac, 0xee, 0xfa, 0x51}} 1.59 + 1.60 +// Class ID for our UnicodeToCP850 charset converter 1.61 +// {2D524FD6-AE74-11d3-ABF7-0004ACEEFA51} 1.62 +#define NS_UNICODETOCP850_CID \ 1.63 + { 0x2d524fd6, 0xae74, 0x11d3, {0xab, 0xf7, 0x0, 0x4, 0xac, 0xee, 0xfa, 0x51}} 1.64 + 1.65 +// Class ID for our UnicodeToCP852 charset converter 1.66 +// {2D524FD7-AE74-11d3-ABF7-0004ACEEFA51} 1.67 +#define NS_UNICODETOCP852_CID \ 1.68 + { 0x2d524fd7, 0xae74, 0x11d3, {0xab, 0xf7, 0x0, 0x4, 0xac, 0xee, 0xfa, 0x51}} 1.69 + 1.70 +// Class ID for our UnicodeToCP855 charset converter 1.71 +// {2D524FD8-AE74-11d3-ABF7-0004ACEEFA51} 1.72 +#define NS_UNICODETOCP855_CID \ 1.73 + { 0x2d524fd8, 0xae74, 0x11d3, {0xab, 0xf7, 0x0, 0x4, 0xac, 0xee, 0xfa, 0x51}} 1.74 + 1.75 +// Class ID for our UnicodeToCP857 charset converter 1.76 +// {2D524FD9-AE74-11d3-ABF7-0004ACEEFA51} 1.77 +#define NS_UNICODETOCP857_CID \ 1.78 + { 0x2d524fd9, 0xae74, 0x11d3, {0xab, 0xf7, 0x0, 0x4, 0xac, 0xee, 0xfa, 0x51}} 1.79 + 1.80 +// Class ID for our UnicodeToCP862 charset converter 1.81 +// {2D524FDA-AE74-11d3-ABF7-0004ACEEFA51} 1.82 +#define NS_UNICODETOCP862_CID \ 1.83 + { 0x2d524fda, 0xae74, 0x11d3, {0xab, 0xf7, 0x0, 0x4, 0xac, 0xee, 0xfa, 0x51}} 1.84 + 1.85 +// Class ID for our UnicodeToCP864 charset converter 1.86 +// {2D524FDB-AE74-11d3-ABF7-0004ACEEFA51} 1.87 +#define NS_UNICODETOCP864_CID \ 1.88 + { 0x2d524fdb, 0xae74, 0x11d3, {0xab, 0xf7, 0x0, 0x4, 0xac, 0xee, 0xfa, 0x51}} 1.89 + 1.90 +// Class ID for our CP869ToUnicode charset converter 1.91 +// {2D524FE0-AE74-11d3-ABF7-0004ACEEFA51} 1.92 +#define NS_CP869TOUNICODE_CID \ 1.93 + { 0x2d524fe0, 0xae74, 0x11d3, {0xab, 0xf7, 0x0, 0x4, 0xac, 0xee, 0xfa, 0x51}} 1.94 + 1.95 +// Class ID for our UnicodeToCP869 charset converter 1.96 +// {2D524FE1-AE74-11d3-ABF7-0004ACEEFA51} 1.97 +#define NS_UNICODETOCP869_CID \ 1.98 + { 0x2d524fe1, 0xae74, 0x11d3, {0xab, 0xf7, 0x0, 0x4, 0xac, 0xee, 0xfa, 0x51}} 1.99 + 1.100 + // Class ID for our CP125ToUnicode charset converter 1.101 +// {2D524FE2-AE74-11d3-ABF7-0004ACEEFA51} 1.102 +#define NS_CP1125TOUNICODE_CID \ 1.103 + { 0x2d524fe2, 0xae74, 0x11d3, {0xab, 0xf7, 0x0, 0x4, 0xac, 0xee, 0xfa, 0x51}} 1.104 + 1.105 +// Class ID for our UnicodeToCP1125 charset converter 1.106 +// {2D524FE3-AE74-11d3-ABF7-0004ACEEFA51} 1.107 +#define NS_UNICODETOCP1125_CID \ 1.108 + { 0x2d524fe3, 0xae74, 0x11d3, {0xab, 0xf7, 0x0, 0x4, 0xac, 0xee, 0xfa, 0x51}} 1.109 + 1.110 + // Class ID for our CP11311ToUnicode charset converter 1.111 +// {2D524FE4-AE74-11d3-ABF7-0004ACEEFA51} 1.112 +#define NS_CP1131TOUNICODE_CID \ 1.113 + { 0x2d524fe4, 0xae74, 0x11d3, {0xab, 0xf7, 0x0, 0x4, 0xac, 0xee, 0xfa, 0x51}} 1.114 + 1.115 +// Class ID for our UnicodeToCP1131 charset converter 1.116 +// {2D524FE5-AE74-11d3-ABF7-0004ACEEFA51} 1.117 +#define NS_UNICODETOCP1131_CID \ 1.118 + { 0x2d524fe5, 0xae74, 0x11d3, {0xab, 0xf7, 0x0, 0x4, 0xac, 0xee, 0xfa, 0x51}} 1.119 + 1.120 +#endif /* nsUCvIBMCID_h___ */