Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Plugin.LoadIconvLibrary
Loads the iconv library.
Component | Version | macOS | Windows | Linux | Server | 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.
You can find a precompiled Windows library here:
https://www.monkeybreadsoftware.com/filemaker/files/Libs/
Examples
Load library on Windows:
MBS( "Plugin.LoadIconvLibrary"; "C:\Users\Christian\Desktop\libiconv2.dll" )
See also
- Archive.Extract
- EmailParser.ParseContainer
- EmailParser.ParseFile
- Text.ConvertFromTextEncoding
- Text.ConvertToTextEncoding
Blog Entries
This function is free to use.
Created 9th September 2020, last changed 22nd January 2021