UnicodeToText Command
- UnicodeToText( <List of Integers> )
-
Converts the integer Unicode numbers back into text.
UnicodeToText({104, 101, 108, 108, 111})
yields the text "hello".
See also TextToUnicode Command and UnicodeToLetter Command. |
Converts the integer Unicode numbers back into text.
UnicodeToText({104, 101, 108, 108, 111})
yields the text "hello".
See also TextToUnicode Command and UnicodeToLetter Command. |