DOCUMENTATION CENTER SEARCH
Mathematica
>
International Character Sets
>
Built-in
Mathematica
Symbol
Raw Character Encodings
Files and Streams
Streams and Low-Level Input and Output
Tutorials »
|
$CharacterEncodings
$CharacterEncoding
ToCharacterCode
FromCharacterCode
StringReplace
$SystemCharacterEncoding
ShowSpecialCharacters
See Also »
|
Character Operations
Font Options
International Character Sets
Low-Level File Operations
More About »
CharacterEncoding
CharacterEncoding
is an option for input and output functions which specifies what raw character encoding should be used.
MORE INFORMATION
The default is
CharacterEncoding:>
$CharacterEncoding
.
The possible settings for
CharacterEncoding
are the same as for
$CharacterEncoding
.
$CharacterEncodings
gives a list of all installed character encodings.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Specify the character encoding used by
ToString
:
In[1]:=
Out[1]=
In[2]:=
Out[2]=
Write a string to a file:
In[1]:=
In[2]:=
Specify the character encoding to use by
Get
:
In[3]:=
Out[3]=
In[4]:=
Out[4]=
SEE ALSO
$CharacterEncodings
$CharacterEncoding
ToCharacterCode
FromCharacterCode
StringReplace
$SystemCharacterEncoding
ShowSpecialCharacters
TUTORIALS
Raw Character Encodings
Files and Streams
Streams and Low-Level Input and Output
MORE ABOUT
Character Operations
Font Options
International Character Sets
Low-Level File Operations
New in 3
© 2008 Wolfram Research, Inc.