1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/intl/uconv/ucvcn/nsUCvCnCID.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,60 @@ 1.4 +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 1.5 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.8 + 1.9 +#ifndef nsUCvCnCID_h___ 1.10 +#define nsUCvCnCID_h___ 1.11 + 1.12 +#include "nsISupports.h" 1.13 + 1.14 +// Class ID for our GB2312ToUnicode charset converter// {379C2774-EC77-11d2-8AAC-00600811A836} 1.15 +#define NS_GB2312TOUNICODE_CID \ 1.16 + { 0x379c2774, 0xec77, 0x11d2, {0x8a, 0xac, 0x0, 0x60, 0x8, 0x11, 0xa8, 0x36}} 1.17 + 1.18 +// Class ID for our ISO2022CNToUnicode charset converter 1.19 +// {BA615199-1DFA-11d3-B3BF-00805F8A6670} 1.20 +#define NS_ISO2022CNTOUNICODE_CID \ 1.21 + { 0xba615199, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}} 1.22 + 1.23 +// Class ID for our HZToUnicode charset converter 1.24 +// {BA61519A-1DFA-11d3-B3BF-00805F8A6670} 1.25 +#define NS_HZTOUNICODE_CID \ 1.26 + { 0xba61519a, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}} 1.27 + 1.28 +// Class ID for our GBKToUnicode charset converter 1.29 +// {BA61519E-1DFA-11d3-B3BF-00805F8A6670} 1.30 +#define NS_GBKTOUNICODE_CID \ 1.31 + { 0xba61519e, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}} 1.32 + 1.33 +// Class ID for our UnicodeToGB2312 charset converter 1.34 +// {379C2777-EC77-11d2-8AAC-00600811A836} 1.35 +#define NS_UNICODETOGB2312_CID \ 1.36 + { 0x379c2777, 0xec77, 0x11d2, {0x8a, 0xac, 0x0, 0x60, 0x8, 0x11, 0xa8, 0x36}} 1.37 + 1.38 +// Class ID for our UnicodeToGBK charset converter 1.39 +// {BA61519B-1DFA-11d3-B3BF-00805F8A6670} 1.40 +#define NS_UNICODETOGBK_CID \ 1.41 + { 0xba61519b, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}} 1.42 + 1.43 +// Class ID for our UnicodeToISO2022CN charset converter 1.44 +// {BA61519C-1DFA-11d3-B3BF-00805F8A6670} 1.45 +#define NS_UNICODETOISO2022CN_CID \ 1.46 + { 0xba61519c, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}} 1.47 + 1.48 +// Class ID for our UnicodeToHZ charset converter 1.49 +// {BA61519D-1DFA-11d3-B3BF-00805F8A6670} 1.50 +#define NS_UNICODETOHZ_CID \ 1.51 + { 0xba61519d, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}} 1.52 + 1.53 +// Class ID for our UnicodeToGB18030 charset converter 1.54 +// {A59DA932-4091-11d5-A145-005004832142} 1.55 +#define NS_UNICODETOGB18030_CID \ 1.56 + { 0xa59da932, 0x4091, 0x11d5, { 0xa1, 0x45, 0x0, 0x50, 0x4, 0x83, 0x21, 0x42 } } 1.57 + 1.58 +// Class ID for our GBKToUnicode charset converter 1.59 +// {A59DA935-4091-11d5-A145-005004832142} 1.60 +#define NS_GB18030TOUNICODE_CID \ 1.61 + { 0xa59da935, 0x4091, 0x11d5, { 0xa1, 0x45, 0x0, 0x50, 0x4, 0x83, 0x21, 0x42 } } 1.62 + 1.63 +#endif /* nsUCvCnCID_h___ */