You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -287,7 +287,7 @@ The list of supported encodings is described in the paragraph `Supported Languag
287
287
### Examples
288
288
```javascript
289
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");
290
+
var uCharDet =newActiveXObject("DOpusScriptingExtensions.UCharDet");
291
291
292
292
// Detect the encoding of a text file.
293
293
// By default, it reads up to 1kb of the file to detect the encoding.
@@ -317,6 +317,7 @@ var content = st.Decode(Blob, encoding);
317
317
## Notes
318
318
*`vcpkg_overlay_ports\boost-asio` is an original port with the custom `increase_pipe_buffer.diff` patch. This is a workaround for the issue: [[Windows] Setting the capacity of the underline pipe #470
319
319
](https://github.com/boostorg/process/issues/470)
320
+
* libmediainfo is set to a version `25.3` because of the bug: [[v25.04] MediaInfo::Open hangs on a specific MXF file](https://github.com/MediaArea/MediaInfoLib/issues/2340)
320
321
321
322
# References
322
323
* Discussion of this project on DOpus forum: [DOpus-Scripting-Extensions project](https://resource.dopus.com/t/dopus-scripting-extensions-project-wild-idea/55000)
0 commit comments