Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

SQL.InternalSQLiteLibrary.LoadICU

Loads ICU libraries now.

Component Version macOS Windows Linux Server iOS SDK
SQL 11.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "SQL.InternalSQLiteLibrary.LoadICU" )

Parameters

none

Result

Returns 1, 0 or error.

Description

Loads ICU libraries now.
Returns 1 on success and 0 on failure.

Normally we load them when SQLite initializes and we then add the ICU extension if we find the library.
Call this function toe explicit load them now.

If MBS Plugin can find International Components for Unicode library files, we can load them and use them for proper unicode handling in SQLite.

See also

Blog Entries

This function is free to use.

Created 22nd March 2021, last changed 22nd March 2021


SQL.InternalSQLiteLibrary.ICUUsed - SQL.InternalSQLiteLibrary.SetICUEnabled