| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
SQL.InternalSQLiteLibrary.SetICUEnabled
Sets whether to use ICU libraries.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| SQL | 11.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "SQL.InternalSQLiteLibrary.SetICUEnabled"; Value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Value | Pass 1 to enable or 0 to disable. | 1 |
Result
Returns OK or error.
Description
Sets whether to use ICU libraries.Default is enabled.
Examples
Enable feature:
Set Variable [$r; Value: MBS( "SQL.InternalSQLiteLibrary.SetICUEnabled"; 1 )]
See also
- SQL.InternalSQLiteLibrary.Activate
- SQL.InternalSQLiteLibrary.Activated
- SQL.InternalSQLiteLibrary.Deactivate
- SQL.InternalSQLiteLibrary.ICUEnabled
- SQL.InternalSQLiteLibrary.ICULoaded
- SQL.InternalSQLiteLibrary.ICUUsed
- SQL.InternalSQLiteLibrary.VersionNumber
Release notes
- Version 11.2
- Added code to use ICU libraries for SQLite. See SQL.InternalSQLiteLibrary.ICUEnabled, SQL.InternalSQLiteLibrary.ICULoaded, SQL.InternalSQLiteLibrary.ICUUsed and SQL.InternalSQLiteLibrary.SetICUEnabled functions.
Blog Entries
This function is free to use.
Created 21st March 2021, last changed 29th June 2025
SQL.InternalSQLiteLibrary.SetCSVExtensionEnabled - SQL.InternalSQLiteLibrary.SetUUIDExtensionEnabled
MarkDown version: SQLInternalSQLiteLibrarySetICUEnabled.md