|
|
|||
|
|
| FromCharacterCode[n] gives a string consisting of the character with integer code n. |
| FromCharacterCode[{n1, n2, ...}] gives a string consisting of the sequence of characters with codes ni. |
| FromCharacterCode[{{n11, n12, ...}, {n21, ...}, ...}] gives a list of strings. |
| FromCharacterCode[..., "encoding"] uses the specified character encoding. |
Give a string consisting of the sequence of characters with codes 97, 98, 99:
Obtain character codes:
FromCharacterCode reconstructs the original string:
A list of strings will produce a list of encoding lists:
FromCharacterCode reproduces the list of strings:
All printable ASCII characters:
Some ISO Latin-1 letters:
|
| © 2013 Wolfram Research, Inc. |