FromUnicode function

Description

The FromUnicode function is unsupported.

Workaround

Replace the FromUnicode function with String function.

Example

The original code:

FromUnicode(blob)

The modified code:

String(blob)