From 8a9d3f97956db97b0813a6d24c486371ff14bd80 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 19 Apr 2004 17:09:49 +0000 Subject: Support for \cfg{input-charset}. Input files can now be in ASCII, 8859-*, UTF-8, or a variety of more fun encodings including various multibyte ones. [originally from svn r4095] --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') diff --git a/main.c b/main.c index 9af17b3..182cbec 100644 --- a/main.c +++ b/main.c @@ -270,6 +270,7 @@ int main(int argc, char **argv) { in.pushback = NULL; in.reportcols = reportcols; in.stack = NULL; + in.defcharset = CS_ASCII; idx = make_index(); -- cgit v1.1