~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/intl/uconv/ucvko/nsUCvKOCID.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 
2
/* ***** BEGIN LICENSE BLOCK *****
 
3
 * Version: NPL 1.1/GPL 2.0/LGPL 2.1
 
4
 *
 
5
 * The contents of this file are subject to the Netscape Public License
 
6
 * Version 1.1 (the "License"); you may not use this file except in
 
7
 * compliance with the License. You may obtain a copy of the License at
 
8
 * http://www.mozilla.org/NPL/
 
9
 *
 
10
 * Software distributed under the License is distributed on an "AS IS" basis,
 
11
 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
 
12
 * for the specific language governing rights and limitations under the
 
13
 * License.
 
14
 *
 
15
 * The Original Code is Mozilla Communicator client code.
 
16
 *
 
17
 * The Initial Developer of the Original Code is 
 
18
 * Netscape Communications Corporation.
 
19
 * Portions created by the Initial Developer are Copyright (C) 1998
 
20
 * the Initial Developer. All Rights Reserved.
 
21
 *
 
22
 * Contributor(s):
 
23
 *
 
24
 *
 
25
 * Alternatively, the contents of this file may be used under the terms of
 
26
 * either the GNU General Public License Version 2 or later (the "GPL"), or
 
27
 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
 
28
 * in which case the provisions of the GPL or the LGPL are applicable instead
 
29
 * of those above. If you wish to allow use of your version of this file only
 
30
 * under the terms of either the GPL or the LGPL, and not to allow others to
 
31
 * use your version of this file under the terms of the NPL, indicate your
 
32
 * decision by deleting the provisions above and replace them with the notice
 
33
 * and other provisions required by the GPL or the LGPL. If you do not delete
 
34
 * the provisions above, a recipient may use your version of this file under
 
35
 * the terms of any one of the NPL, the GPL or the LGPL.
 
36
 *
 
37
 * ***** END LICENSE BLOCK ***** */
 
38
 
 
39
#ifndef nsUCvKOCID_h___
 
40
#define nsUCvKOCID_h___
 
41
 
 
42
#include "nsISupports.h"
 
43
 
 
44
// Class ID for our EUCKRToUnicode charset converter
 
45
// {379C2775-EC77-11d2-8AAC-00600811A836}
 
46
#define NS_EUCKRTOUNICODE_CID \
 
47
  { 0x379c2775, 0xec77, 0x11d2, {0x8a, 0xac, 0x0, 0x60, 0x8, 0x11, 0xa8, 0x36}}
 
48
 
 
49
// Class ID for our ISO2022KRToUnicode charset converter
 
50
// {BA61519f-1DFA-11d3-B3BF-00805F8A6670}
 
51
#define NS_ISO2022KRTOUNICODE_CID \
 
52
  { 0xba61519f, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
 
53
 
 
54
// Class ID for our UnicodeToEUCKR charset converter
 
55
// {379C2778-EC77-11d2-8AAC-00600811A836}
 
56
#define NS_UNICODETOEUCKR_CID \
 
57
  { 0x379c2778, 0xec77, 0x11d2, {0x8a, 0xac, 0x0, 0x60, 0x8, 0x11, 0xa8, 0x36}}
 
58
 
 
59
// Class ID for our UnicodeToISO2022KR charset converter
 
60
// {BA6151A0-1DFA-11d3-B3BF-00805F8A6670}
 
61
#define NS_UNICODETOISO2022KR_CID \
 
62
  { 0xba6151a0, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
 
63
 
 
64
#ifdef MOZ_EXTRA_X11CONVERTERS
 
65
// Class ID for our UnicodeToKSC5601 charset converter
 
66
// {BA615194-1DFA-11d3-B3BF-00805F8A6670}
 
67
#define NS_UNICODETOKSC5601_CID \
 
68
  { 0xba615194, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
 
69
#endif
 
70
 
 
71
// Class ID for our UnicodeToCP949 charset converter
 
72
#define NS_UNICODETOCP949_CID \
 
73
  { 0x9416bfbe, 0x1f93, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
 
74
 
 
75
// Class ID for our CP949ToUnicode charset converter
 
76
#define NS_CP949TOUNICODE_CID \
 
77
  { 0x9416bfbf, 0x1f93, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
 
78
 
 
79
#ifdef MOZ_EXTRA_X11CONVERTERS
 
80
// Class ID for our UnicodeToX11Johab charset converter
 
81
#define NS_UNICODETOX11JOHAB_CID \
 
82
  { 0x21dd6a01, 0x413c, 0x11d3, {0xb3, 0xc3, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
 
83
#endif
 
84
 
 
85
// Class ID for our UnicodeToJohab charset converter
 
86
// {D9B1F97E-CFA0-80b6-FB92-9972E48E3DCC}
 
87
#define NS_UNICODETOJOHAB_CID \
 
88
  { 0xd9b1f97e, 0xcfa0, 0x80b6,  {0xfb, 0x92, 0x99, 0x72, 0xe4, 0x8e, 0x3d, 0xcc}} 
 
89
 
 
90
// Class ID for our JohabToUnicode charset converter
 
91
// {D9B1F97F-CFA0-80b6-FB92-9972E48E3DCC}
 
92
#define NS_JOHABTOUNICODE_CID \
 
93
  { 0xd9b1f97f, 0xcfa0, 0x80b6,  {0xfb, 0x92, 0x99, 0x72, 0xe4, 0x8e, 0x3d, 0xcc}} 
 
94
 
 
95
#ifdef MOZ_EXTRA_X11CONVERTERS
 
96
// Class ID for our UnicodeToJohabNoAscii charset converter
 
97
// {7090544B-C885-4c52-95F8-3C8F0C2FDE67}
 
98
#define NS_UNICODETOJOHABNOASCII_CID \
 
99
  { 0x7090544b, 0xc885, 0x4c52, {0x95, 0xf8, 0x3c, 0x8f, 0xc, 0x2f, 0xde, 0x67}}
 
100
#endif
 
101
 
 
102
// Class ID for our UnicodeToJamoTTF charset converter
 
103
// {47433d1d-d9a7-4954-994f-f7a05cf87c2e}
 
104
#define NS_UNICODETOJAMOTTF_CID \
 
105
  { 0x47433d1d, 0xd9a7, 0x4954, {0x99, 0x4f, 0xf7, 0xa0, 0x5c, 0xf8, 0x7c, 0x2e}}
 
106
 
 
107
#endif /* nsUCvKOCID_h___ */