From UTF16 (LogiX node)

From Neos Wiki
Revision as of 03:52, 10 September 2022 by Yosh (talk | contribs) (Created page with "<languages></languages> <translate> <!--T:1--> {{Infobox Logix Node | Name = From UTF16 | Image = noframe | 128px | 'From UTF16' LogiX node | Inp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Other languages:
English
From UTF16
'From UTF16' LogiX node
Inputs
  Int UTF16
Outputs
  Char *

The From UTF16 node takes a Unicode codepoint and converts it to its respective character.

Usage

This node takes an integer input and outputs a character. The integer input must reside within the Basic Multilingual Plane. Essentially, this means that input is limited from 1 to 65535. Any input outside this range is undefined.

Examples

Converting a character to and from its UTF16 Codepoint

Node Menu

NodeMenu-String-Characters