Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / intl / uconv / ucvko / nsUCvKOCID.h
blob75ff239f5ddb1a90d4cfab766af836fdbc291b56
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* ***** BEGIN LICENSE BLOCK *****
3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
7 * the License. You may obtain a copy of the License at
8 * http://www.mozilla.org/MPL/
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.
15 * The Original Code is Mozilla Communicator client code.
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.
22 * Contributor(s):
24 * Alternatively, the contents of this file may be used under the terms of
25 * either of the GNU General Public License Version 2 or later (the "GPL"),
26 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27 * in which case the provisions of the GPL or the LGPL are applicable instead
28 * of those above. If you wish to allow use of your version of this file only
29 * under the terms of either the GPL or the LGPL, and not to allow others to
30 * use your version of this file under the terms of the MPL, indicate your
31 * decision by deleting the provisions above and replace them with the notice
32 * and other provisions required by the GPL or the LGPL. If you do not delete
33 * the provisions above, a recipient may use your version of this file under
34 * the terms of any one of the MPL, the GPL or the LGPL.
36 * ***** END LICENSE BLOCK ***** */
38 #ifndef nsUCvKOCID_h___
39 #define nsUCvKOCID_h___
41 #include "nsISupports.h"
43 // Class ID for our EUCKRToUnicode charset converter
44 // {379C2775-EC77-11d2-8AAC-00600811A836}
45 #define NS_EUCKRTOUNICODE_CID \
46 { 0x379c2775, 0xec77, 0x11d2, {0x8a, 0xac, 0x0, 0x60, 0x8, 0x11, 0xa8, 0x36}}
48 // Class ID for our ISO2022KRToUnicode charset converter
49 // {BA61519f-1DFA-11d3-B3BF-00805F8A6670}
50 #define NS_ISO2022KRTOUNICODE_CID \
51 { 0xba61519f, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
53 // Class ID for our UnicodeToEUCKR charset converter
54 // {379C2778-EC77-11d2-8AAC-00600811A836}
55 #define NS_UNICODETOEUCKR_CID \
56 { 0x379c2778, 0xec77, 0x11d2, {0x8a, 0xac, 0x0, 0x60, 0x8, 0x11, 0xa8, 0x36}}
58 // Class ID for our UnicodeToISO2022KR charset converter
59 // {BA6151A0-1DFA-11d3-B3BF-00805F8A6670}
60 #define NS_UNICODETOISO2022KR_CID \
61 { 0xba6151a0, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
63 // Class ID for our UnicodeToCP949 charset converter
64 #define NS_UNICODETOCP949_CID \
65 { 0x9416bfbe, 0x1f93, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
67 // Class ID for our CP949ToUnicode charset converter
68 #define NS_CP949TOUNICODE_CID \
69 { 0x9416bfbf, 0x1f93, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
71 // Class ID for our UnicodeToJohab charset converter
72 // {D9B1F97E-CFA0-80b6-FB92-9972E48E3DCC}
73 #define NS_UNICODETOJOHAB_CID \
74 { 0xd9b1f97e, 0xcfa0, 0x80b6, {0xfb, 0x92, 0x99, 0x72, 0xe4, 0x8e, 0x3d, 0xcc}}
76 // Class ID for our JohabToUnicode charset converter
77 // {D9B1F97F-CFA0-80b6-FB92-9972E48E3DCC}
78 #define NS_JOHABTOUNICODE_CID \
79 { 0xd9b1f97f, 0xcfa0, 0x80b6, {0xfb, 0x92, 0x99, 0x72, 0xe4, 0x8e, 0x3d, 0xcc}}
81 // Class ID for our UnicodeToJamoTTF charset converter
82 // {47433d1d-d9a7-4954-994f-f7a05cf87c2e}
83 #define NS_UNICODETOJAMOTTF_CID \
84 { 0x47433d1d, 0xd9a7, 0x4954, {0x99, 0x4f, 0xf7, 0xa0, 0x5c, 0xf8, 0x7c, 0x2e}}
86 #endif /* nsUCvKOCID_h___ */