encode-control-char
encode-control-char: func [char [char! integer!]] [
join "\u" at to-hex to integer! char 5
]
DZone Snippets > encode-control-char
12364 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
encode-control-char: func [char [char! integer!]] [
join "\u" at to-hex to integer! char 5
]