|
|
||
|
|
| 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. |
FromCharacterCode reconstructs the original string:
FromCharacterCode reproduces the list of strings:
|