Arthur Yefimov %!s(int64=3) %!d(string=hai) anos
pai
achega
1bca44eefc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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