Arthur Yefimov 3 years ago
parent
commit
1bca44eefc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/In.Mod

+ 1 - 1
src/In.Mod

@@ -25,7 +25,7 @@ PROCEDURE Open*;
 VAR error: Platform.ErrorCode;
 BEGIN
   error := Platform.Seek(Platform.StdIn, 0, Platform.SeekSet); (* Rewind STDIN to beginning of file. *)
-  cp := singleByte;
+  cp := utf8;
   nextch := 0X;
   readstate := pending;
   Done := error = 0