Houdini 20.0 Nodes VOP nodes

Character to String VOP node

Converts an unicode codepoint to a UTF8 string.

On this page
Since 14.0

Returns a string encoding the giving unicode codepoint as a UTF8 value. For values less than 128, this is a one-byte string of that value. Higher values will produce multiple byte strings.

If the given code point isn’t a valid codepoint, an empty string is returned.

Inputs

Character

The UTF8 code point to transform into string.

Outputs

String

The resulting string representing the UTF8 code point.

See also

VOP nodes