From dddbe5bf6871ffe4f072d1f54afa426ee579fc72 Mon Sep 17 00:00:00 2001 From: "yokoyama%netscape.com" Date: Wed, 6 Jun 2001 00:45:48 +0000 Subject: [PATCH] bug 81486: Mac Romanian and cns plan 7 unicode converters do not work Correcting typo errors for class names r=ftang sr/a=blizzard --- intl/chardet/src/nsPSMDetectors.h | 1 + intl/uconv/ucvlatin/nsUCvLatinModule.cpp | 6 ++++++ intl/uconv/ucvtw2/nsUCvTw2Module.cpp | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/intl/chardet/src/nsPSMDetectors.h b/intl/chardet/src/nsPSMDetectors.h index 631d475e513..c2c059f38c2 100644 --- a/intl/chardet/src/nsPSMDetectors.h +++ b/intl/chardet/src/nsPSMDetectors.h @@ -127,6 +127,7 @@ static nsEUCStatistics gEUCJPStatistics = static nsEUCStatistics gEUCKRStatistics = #include "EUCKRStatistics.h" // end of EUCKRStatistics.h include +*/ //========================================================== /* diff --git a/intl/uconv/ucvlatin/nsUCvLatinModule.cpp b/intl/uconv/ucvlatin/nsUCvLatinModule.cpp index 9a63dd247b7..d851ca7f3f6 100644 --- a/intl/uconv/ucvlatin/nsUCvLatinModule.cpp +++ b/intl/uconv/ucvlatin/nsUCvLatinModule.cpp @@ -957,6 +957,12 @@ static nsModuleComponentInfo components[] = nsUnicodeToMacCroatianConstructor, nsUnicodeToMacCroatianRegSelf, nsUnicodeToMacCroatianUnRegSelf }, + { + ENCODER_NAME_BASE "x-mac-romanian" , NS_UNICODETOMACROMANIAN_CID, + NS_UNICODEENCODER_CONTRACTID_BASE "x-mac-romanian", + nsUnicodeToMacRomanianConstructor, + nsUnicodeToMacRomanianRegSelf, nsUnicodeToMacRomanianUnRegSelf + }, { ENCODER_NAME_BASE "x-mac-cyrillic" , NS_UNICODETOMACCYRILLIC_CID, NS_UNICODEENCODER_CONTRACTID_BASE "x-mac-cyrillic", diff --git a/intl/uconv/ucvtw2/nsUCvTw2Module.cpp b/intl/uconv/ucvtw2/nsUCvTw2Module.cpp index 8bccc9404f7..0b89d7b3141 100644 --- a/intl/uconv/ucvtw2/nsUCvTw2Module.cpp +++ b/intl/uconv/ucvtw2/nsUCvTw2Module.cpp @@ -194,7 +194,7 @@ static nsModuleComponentInfo components[] = ENCODER_NAME_BASE "x-cns-11643-7" , NS_UNICODETOCNS11643P7_CID, NS_UNICODEENCODER_CONTRACTID_BASE "x-cns-11643-7", nsUnicodeToCNS11643p7Constructor, - nsUnicodeToCNS11643p7RegSelf, nsUnicodeToCNS11643p6UnRegSelf + nsUnicodeToCNS11643p7RegSelf, nsUnicodeToCNS11643p7UnRegSelf } };