Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Plugin.LoadIconvLibrary
Loads the iconv library.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Plugin | 10.4 | Yes | Yes | Yes | Yes | Yes |
MBS( "Plugin.LoadIconvLibrary"; Path ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Path | The path to the library. | "/usr/lib/libiconv.dylib" |
Result
Returns OK or error.
Description
Loads the iconv library.Some plugin parts like Archive functions can make use of libiconv for text encoding conversion.
If you explicitly need, you can load the library on start of solution.
MBS Plugin may try to load iconv.dll/dylib/so automatically when first iconv function is called.
Examples
Load library on Windows:
MBS( "Plugin.LoadIconvLibrary"; "C:\Users\Christian\Desktop\libiconv2.dll" )
See also
Blog Entries
Created 9th September 2020, last changed 12nd November 2020
Plugin.LimitFunction - Plugin.LockFunction
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins