Skip to main content
Transliterate a string using a specified ICU transliterate ID.

Syntax

Parameters

Return Type

The ICU_NORMALIZE function returns a result of type TEXT.

Errors

If <transliterate_id> is invalid, an error is thrown.

Examples

The following example normalizes the word ‘München’ using the Latin-ASCII transliterate ID:

Rows: 1Execution time: 5.18ms

The following example applies a similar operation to the UPPER function:

Rows: 1Execution time: 6.03ms

The function only works for a valid ICU transliterate ID:
Fails with the following error: