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 } };