We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af61922 commit 226b524Copy full SHA for 226b524
1 file changed
README.md
@@ -287,7 +287,7 @@ The list of supported encodings is described in the paragraph `Supported Languag
287
### Examples
288
```javascript
289
// Acquire the COM object. It is recommended to acquire it only once and reuse it for performance reasons.
290
-var uCharDet = createComObject("DOpusScriptingExtensions.UCharDet");
+var uCharDet = new ActiveXObject("DOpusScriptingExtensions.UCharDet");
291
292
// Detect the encoding of a text file.
293
// By default, it reads up to 1kb of the file to detect the encoding.
0 commit comments