Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / New in Version 3.x / Programming /

FromCharacterCode

FilledSmallSquare FromCharacterCode[n] gives a string consisting of the character with integer code n.

FilledSmallSquare FromCharacterCode[, , ... ] gives a string consisting of the sequence of characters with codes .

FilledSmallSquare FromCharacterCode[, , ... , , ... , ... ] gives a list of strings.

FilledSmallSquare FromCharacterCode[ ... , "encoding"] uses the specified character encoding.

FilledSmallSquare The integer n must lie between 0 and 65535, as returned by ToCharacterCode.

FilledSmallSquare For n between 0 and 127, FromCharacterCode returns ASCII characters.

FilledSmallSquare For n between 129 and 255, it returns ISO Latin-1 characters.

FilledSmallSquare For other n it returns characters specified by the standard Mathematica encoding based on Unicode.

FilledSmallSquare InputForm[FromCharacterCode[n]] gives the full name assigned to a special character with character code n.

FilledSmallSquare Whether a particular character generated by FromCharacterCode can be rendered on your output device will depend on what fonts and drivers you are using.

FilledSmallSquare Encodings supported in FromCharacterCode[ ... , "encoding"] are listed in the notes for $CharacterEncoding.

FilledSmallSquare See Section 2.8.7.

FilledSmallSquare See also: ToCharacterCode, CharacterRange, $CharacterEncoding.

FilledSmallSquare Related package: Utilities`BinaryFiles`.

FilledSmallSquare New in Version 2; modified in 4.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.