suve

awful: function: chru

Declaration

string :chru ( int $CODEPOINT )

Summary

Returns a UTF-8 encoded representation of the character corresponding to provided UTF codepoint.

Example

# Translate the number to a character.
:set &CODE i0
:read &CODE
:writeln s'UTF-8(' $CODE s') = ' :chru $CODE

wikipage modified on 2014/0601/2316