intl/uconv/ucvko/nsUCvKOCID.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/uconv/ucvko/nsUCvKOCID.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,41 @@
     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 nsUCvKOCID_h___
    1.10 +#define nsUCvKOCID_h___
    1.11 +
    1.12 +#include "nsISupports.h"
    1.13 +
    1.14 +// Class ID for our EUCKRToUnicode charset converter
    1.15 +// {379C2775-EC77-11d2-8AAC-00600811A836}
    1.16 +#define NS_EUCKRTOUNICODE_CID \
    1.17 +  { 0x379c2775, 0xec77, 0x11d2, {0x8a, 0xac, 0x0, 0x60, 0x8, 0x11, 0xa8, 0x36}}
    1.18 +
    1.19 +// Class ID for our ISO2022KRToUnicode charset converter
    1.20 +// {BA61519f-1DFA-11d3-B3BF-00805F8A6670}
    1.21 +#define NS_ISO2022KRTOUNICODE_CID \
    1.22 +  { 0xba61519f, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
    1.23 +
    1.24 +// Class ID for our UnicodeToEUCKR charset converter
    1.25 +// {379C2778-EC77-11d2-8AAC-00600811A836}
    1.26 +#define NS_UNICODETOEUCKR_CID \
    1.27 +  { 0x379c2778, 0xec77, 0x11d2, {0x8a, 0xac, 0x0, 0x60, 0x8, 0x11, 0xa8, 0x36}}
    1.28 +
    1.29 +// Class ID for our UnicodeToISO2022KR charset converter
    1.30 +// {BA6151A0-1DFA-11d3-B3BF-00805F8A6670}
    1.31 +#define NS_UNICODETOISO2022KR_CID \
    1.32 +  { 0xba6151a0, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
    1.33 +
    1.34 +// Class ID for our UnicodeToJohab charset converter
    1.35 +// {D9B1F97E-CFA0-80b6-FB92-9972E48E3DCC}
    1.36 +#define NS_UNICODETOJOHAB_CID \
    1.37 +  { 0xd9b1f97e, 0xcfa0, 0x80b6,  {0xfb, 0x92, 0x99, 0x72, 0xe4, 0x8e, 0x3d, 0xcc}} 
    1.38 +
    1.39 +// Class ID for our JohabToUnicode charset converter
    1.40 +// {D9B1F97F-CFA0-80b6-FB92-9972E48E3DCC}
    1.41 +#define NS_JOHABTOUNICODE_CID \
    1.42 +  { 0xd9b1f97f, 0xcfa0, 0x80b6,  {0xfb, 0x92, 0x99, 0x72, 0xe4, 0x8e, 0x3d, 0xcc}} 
    1.43 +
    1.44 +#endif /* nsUCvKOCID_h___ */

mercurial