diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-08 15:31:15 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-08 15:31:15 (GMT) |
commit | 645d300beada575f29f390a13f578f469a61b4fa (patch) | |
tree | e3fd01c37ebfc874ab2b82453562b3bdd61f274a /generic/tclConfig.c | |
parent | e5d9f9f11fb6959bb65a3216a14f131088284267 (diff) | |
download | tcl-645d300beada575f29f390a13f578f469a61b4fa.zip tcl-645d300beada575f29f390a13f578f469a61b4fa.tar.gz tcl-645d300beada575f29f390a13f578f469a61b4fa.tar.bz2 |
Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
Diffstat (limited to 'generic/tclConfig.c')
-rw-r--r-- | generic/tclConfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclConfig.c b/generic/tclConfig.c index 3bdcd38..540187f 100644 --- a/generic/tclConfig.c +++ b/generic/tclConfig.c @@ -4,7 +4,7 @@ * This file provides the facilities which allow Tcl and other packages * to embed configuration information into their binary libraries. * - * Copyright (c) 2002 Andreas Kupries <andreas_kupries@users.sourceforge.net> + * Copyright © 2002 Andreas Kupries <andreas_kupries@users.sourceforge.net> * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. |