Skip to content
Snippets Groups Projects
Commit a567ce23 authored by rtoy's avatar rtoy
Browse files

Update from logs.

parent a2c7d052
No related branches found
No related tags found
No related merge requests found
...@@ -37,9 +37,14 @@ New in this release: ...@@ -37,9 +37,14 @@ New in this release:
to specify the format. to specify the format.
+ The special variable STREAM:*DEFAULT-EXTERNAL-FORMAT* + The special variable STREAM:*DEFAULT-EXTERNAL-FORMAT*
specifies the default format to be used for all streams. specifies the default format to be used for all streams.
Setting this to a new value will change the external format The default value is :iso8859-1.
for all streams to use the new format. This includes + The standard streams, *standard-input*, *standard-output*,
*STANDARD-INPUT* and friends. and *standard-error* all default to
*default-external-format*. You can change the encoding used
for these streams by calling
STREAM:SET-SYSTEM-EXTERNAL-FORMAT to set the encoding for
all three streams. Alternatively, you can use (setf
external-format) to change the format for each stream.
+ Many external formats are supported. The complete list is + Many external formats are supported. The complete list is
in aliases, but we support at least :ISO-8859-1, :UTF-8, in aliases, but we support at least :ISO-8859-1, :UTF-8,
:UTF-16, :UTF-32, :CRLF. :UTF-16, :UTF-32, :CRLF.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment