27 #ifndef _SB_CHARSET_DETECTOR_H_
28 #define _SB_CHARSET_DETECTOR_H_
51 #include <nsICharsetDetectionObserver.h>
52 #include <nsStringGlue.h>
55 #include <sbICharsetDetector.h>
68 #define SB_CHARSETDETECTOR_CLASSNAME "sbCharsetDetector"
69 #define SB_CHARSETDETECTOR_DESCRIPTION "Songbird Charset Detector Utilities"
70 #define SB_CHARSETDETECTOR_CID \
75 { 0x98, 0x79, 0x08, 0x00, 0x20, 0x0c, 0x9a, 0x66 } \
89 class nsICharsetDetector;
92 public nsICharsetDetectionObserver
107 NS_DECL_SBICHARSETDETECTOR
118 NS_IMETHOD
Notify(
const char* aCharset, nsDetectionConfident aConf);
122 nsresult RunCharsetDetector(
const nsACString& aStringToDetect);
124 nsCOMPtr<nsICharsetDetector> mDetector;
125 nsCString mDetectedCharset;
126 nsCString mLastCharset;
127 nsDetectionConfident mLastConfidence;
128 PRBool mIsCharsetFound;
NS_DECL_ISUPPORTS NS_DECL_SBICHARSETDETECTOR sbCharsetDetector()
virtual ~sbCharsetDetector()
A helper class to detect the string charset.
NS_IMETHOD Notify(const char *aCharset, nsDetectionConfident aConf)