2
0
Arthur Yefimov 3 жил өмнө
parent
commit
1bca44eefc
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/In.Mod

+ 1 - 1
src/In.Mod

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