Add full Unicode capability to ports and the default reader
[bpt/guile.git] / test-suite / tests / ports.test
index 67df5b9..76b3e56 100644 (file)
@@ -33,6 +33,9 @@
 \f
 ;;;; Some general utilities for testing ports.
 
+;;; Make sure we are set up for 8-bit data
+(setbinary)
+
 ;;; Read from PORT until EOF, and return the result as a string.
 (define (read-all port)
   (let loop ((chars '()))