A helper class to detect the string charset. More...
import"sbICharsetDetector.idl";
Public Member Functions | |
| void | detect (in ACString aStringToDetect) |
| start to detect the charset. More... | |
| ACString | finish () |
| finish the charset detection. More... | |
Public Attributes | |
| readonly attribute boolean | isCharsetFound |
| whether the charset has already been found. More... | |
A helper class to detect the string charset.
Definition at line 38 of file sbICharsetDetector.idl.
| void sbICharsetDetector::detect | ( | in ACString | aStringToDetect | ) |
start to detect the charset.
| the | string to be detected for charset. |
| ACString sbICharsetDetector::finish | ( | ) |
finish the charset detection.
| readonly attribute boolean sbICharsetDetector::isCharsetFound |
whether the charset has already been found.
Definition at line 43 of file sbICharsetDetector.idl.