31 #include "nsISupports.idl"
37 [scriptable,
uuid(6f70e030-56d7-11df-9879-0800200c9a66)]
50 void detect(in ACString aStringToDetect);
65 #define SB_CHARSETDETECTOR_CONTRACTID \
66 "@songbirdnest.com/Songbird/CharsetDetector;1"
readonly attribute boolean isCharsetFound
whether the charset has already been found.
void detect(in ACString aStringToDetect)
start to detect the charset.
A helper class to detect the string charset.
ACString finish()
finish the charset detection.