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

Release notes

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