Справка Houdini на русском Nodes VOP nodes

Charactor to String VOP node

Converts an unicode codepoint to a UTF8 string.

On this page

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

Charactor

The UTF8 code point to transform into string.

Outputs

String

The resulting string representing the UTF8 code point.

See also

VOP nodes