From a567ce23e47fbeea8915e525f65a6cce25476cc1 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Mon, 10 Aug 2009 18:25:16 +0000 Subject: [PATCH] Update from logs. --- general-info/release-20a.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/general-info/release-20a.txt b/general-info/release-20a.txt index 157ffc3e5..6be8b26c3 100644 --- a/general-info/release-20a.txt +++ b/general-info/release-20a.txt @@ -37,9 +37,14 @@ New in this release: to specify the format. + The special variable STREAM:*DEFAULT-EXTERNAL-FORMAT* specifies the default format to be used for all streams. - Setting this to a new value will change the external format - for all streams to use the new format. This includes - *STANDARD-INPUT* and friends. + The default value is :iso8859-1. + + The standard streams, *standard-input*, *standard-output*, + 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 in aliases, but we support at least :ISO-8859-1, :UTF-8, :UTF-16, :UTF-32, :CRLF. -- GitLab