diff --git a/textproto.ts b/textproto.ts index 50c0fea9cd..4c4b92627b 100644 --- a/textproto.ts +++ b/textproto.ts @@ -6,7 +6,7 @@ import { BufReader, BufState } from "./bufio.ts"; import { charCode } from "./util.ts"; -const asciiDecoder = new TextDecoder("ascii"); +const asciiDecoder = new TextDecoder(); function str(buf: Uint8Array): string { if (buf == null) { return "";