intl/uconv/ucvcn/nsUCvCnCID.h

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
michael@0 2 /* This Source Code Form is subject to the terms of the Mozilla Public
michael@0 3 * License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
michael@0 5
michael@0 6 #ifndef nsUCvCnCID_h___
michael@0 7 #define nsUCvCnCID_h___
michael@0 8
michael@0 9 #include "nsISupports.h"
michael@0 10
michael@0 11 // Class ID for our GB2312ToUnicode charset converter// {379C2774-EC77-11d2-8AAC-00600811A836}
michael@0 12 #define NS_GB2312TOUNICODE_CID \
michael@0 13 { 0x379c2774, 0xec77, 0x11d2, {0x8a, 0xac, 0x0, 0x60, 0x8, 0x11, 0xa8, 0x36}}
michael@0 14
michael@0 15 // Class ID for our ISO2022CNToUnicode charset converter
michael@0 16 // {BA615199-1DFA-11d3-B3BF-00805F8A6670}
michael@0 17 #define NS_ISO2022CNTOUNICODE_CID \
michael@0 18 { 0xba615199, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
michael@0 19
michael@0 20 // Class ID for our HZToUnicode charset converter
michael@0 21 // {BA61519A-1DFA-11d3-B3BF-00805F8A6670}
michael@0 22 #define NS_HZTOUNICODE_CID \
michael@0 23 { 0xba61519a, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
michael@0 24
michael@0 25 // Class ID for our GBKToUnicode charset converter
michael@0 26 // {BA61519E-1DFA-11d3-B3BF-00805F8A6670}
michael@0 27 #define NS_GBKTOUNICODE_CID \
michael@0 28 { 0xba61519e, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
michael@0 29
michael@0 30 // Class ID for our UnicodeToGB2312 charset converter
michael@0 31 // {379C2777-EC77-11d2-8AAC-00600811A836}
michael@0 32 #define NS_UNICODETOGB2312_CID \
michael@0 33 { 0x379c2777, 0xec77, 0x11d2, {0x8a, 0xac, 0x0, 0x60, 0x8, 0x11, 0xa8, 0x36}}
michael@0 34
michael@0 35 // Class ID for our UnicodeToGBK charset converter
michael@0 36 // {BA61519B-1DFA-11d3-B3BF-00805F8A6670}
michael@0 37 #define NS_UNICODETOGBK_CID \
michael@0 38 { 0xba61519b, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
michael@0 39
michael@0 40 // Class ID for our UnicodeToISO2022CN charset converter
michael@0 41 // {BA61519C-1DFA-11d3-B3BF-00805F8A6670}
michael@0 42 #define NS_UNICODETOISO2022CN_CID \
michael@0 43 { 0xba61519c, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
michael@0 44
michael@0 45 // Class ID for our UnicodeToHZ charset converter
michael@0 46 // {BA61519D-1DFA-11d3-B3BF-00805F8A6670}
michael@0 47 #define NS_UNICODETOHZ_CID \
michael@0 48 { 0xba61519d, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
michael@0 49
michael@0 50 // Class ID for our UnicodeToGB18030 charset converter
michael@0 51 // {A59DA932-4091-11d5-A145-005004832142}
michael@0 52 #define NS_UNICODETOGB18030_CID \
michael@0 53 { 0xa59da932, 0x4091, 0x11d5, { 0xa1, 0x45, 0x0, 0x50, 0x4, 0x83, 0x21, 0x42 } }
michael@0 54
michael@0 55 // Class ID for our GBKToUnicode charset converter
michael@0 56 // {A59DA935-4091-11d5-A145-005004832142}
michael@0 57 #define NS_GB18030TOUNICODE_CID \
michael@0 58 { 0xa59da935, 0x4091, 0x11d5, { 0xa1, 0x45, 0x0, 0x50, 0x4, 0x83, 0x21, 0x42 } }
michael@0 59
michael@0 60 #endif /* nsUCvCnCID_h___ */

mercurial