Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
a2c7d052
Commit
a2c7d052
authored
15 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Document change to *default-external-format* and stream:set-system-external-format.
parent
94ed0111
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/cmu-user/unicode.tex
+10
-4
10 additions, 4 deletions
docs/cmu-user/unicode.tex
with
10 additions
and
4 deletions
docs/cmu-user/unicode.tex
+
10
−
4
View file @
a2c7d052
...
@@ -73,15 +73,21 @@ external formats to convert to and from the external world to
...
@@ -73,15 +73,21 @@ external formats to convert to and from the external world to
\cmucl
{}
's string format. The external format is specified in several
\cmucl
{}
's string format. The external format is specified in several
ways. The standard streams
\var
{
*standard-input*
}
,
ways. The standard streams
\var
{
*standard-input*
}
,
\var
{
*standard-output*
}
, and
\var
{
*standard-error*
}
take the format
\var
{
*standard-output*
}
, and
\var
{
*standard-error*
}
take the format
from the value specified by
\var
{
*default-external-format*
}
. If
from the value specified by
\var
{
*default-external-format*
}
. The
\var
{
*default-external-format*
}
is changed, these streams will now
default value of
\var
{
*default-external-format*
}
is
\kwd
{
iso8859-1
}
.
expect input using the new format and will produce output using
the new format.
For files,
\code
{
OPEN
}
takes the
\kwd
{
external-format
}
For files,
\code
{
OPEN
}
takes the
\kwd
{
external-format
}
parameter to specify the format. The default external format is
parameter to specify the format. The default external format is
\kwd
{
default
}
.
\kwd
{
default
}
.
\begin{defun}
{
stream
}{
set-system-external-format
}{
\var
{
terminal
}
\ampoptional
\var
{
filenames
}}
This function changes the external format used for
\var
{
*standard-input*
}
,
\var
{
*standard-output*
}
, and
\var
{
*standard-error*
}
to the external format specified by
\var
{
terminal
}
. Additionally, the Unix file name encoding can be
set to the value specified by
\var
{
filenames
}
if non-
\nil
.
\end{defun}
\subsection
{
Available External Formats
}
\subsection
{
Available External Formats
}
The available external formats are listed below in
The available external formats are listed below in
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment