зеркало из https://github.com/mozilla/pjs.git
add CID for ISOIR111 and UserDefined
This commit is contained in:
Родитель
ac03d5bf4a
Коммит
776f72d245
|
@ -514,6 +514,25 @@ NS_DECLARE_ID(kUCS2LEToUnicodeCID,
|
|||
NS_DECLARE_ID(kUCS4LEToUnicodeCID,
|
||||
0xba6151b8, 0x1dfa, 0x11d3, 0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70);
|
||||
|
||||
// Class ID for our ISOIR111ToUnicode charset converter
|
||||
NS_DECLARE_ID(kISOIR111ToUnicodeCID,
|
||||
// {9416BFB1-1F93-11d3-B3BF-00805F8A6670}
|
||||
0x9416bfb1, 0x1f93, 0x11d3, 0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70);
|
||||
|
||||
// Class ID for our UserDefinedToUnicode charset converter
|
||||
NS_DECLARE_ID(kUserDefinedToUnicodeCID,
|
||||
// {9416BFB2-1F93-11d3-B3BF-00805F8A6670}
|
||||
0x9416bfb2, 0x1f93, 0x11d3, 0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70);
|
||||
|
||||
// Class ID for our UnicodeToISOIR111 charset converter
|
||||
NS_DECLARE_ID(kUnicodeToISOIR111CID,
|
||||
// {9416BFB3-1F93-11d3-B3BF-00805F8A6670}
|
||||
0x9416bfb3, 0x1f93, 0x11d3, 0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70);
|
||||
|
||||
// Class ID for our UnicodeToUserDefined charset converter
|
||||
NS_DECLARE_ID(kUnicodeToUserDefinedCID,
|
||||
// {9416BFB4-1F93-11d3-B3BF-00805F8A6670}
|
||||
0x9416bfb4, 0x1f93, 0x11d3, 0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70);
|
||||
|
||||
|
||||
#endif /* nsUCvLatinCID_h___ */
|
||||
|
|
Загрузка…
Ссылка в новой задаче