projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b04709a
)
Change default port char-set to ASCII.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 14 Nov 2018 04:47:46 +0000
(20:47 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 14 Nov 2018 07:09:51 +0000
(23:09 -0800)
src/runtime/textual-port.scm
patch
|
blob
|
history
diff --git
a/src/runtime/textual-port.scm
b/src/runtime/textual-port.scm
index 40977077d736e343d978fc11627d3c45a511b994..1fec4ab42c7e07c27111a67d1617e71a97ebf188 100644
(file)
--- a/
src/runtime/textual-port.scm
+++ b/
src/runtime/textual-port.scm
@@
-547,7
+547,7
@@
USA.
(let ((operation (textual-port-operation port 'char-set)))
(if operation
(operation port)
- char-set:
iso-8859-1
)))
+ char-set:
ascii
)))
(define (port/supports-coding? port)
(let ((operation (textual-port-operation port 'supports-coding?)))