Michael Brusser <michael@synchronicity.com> writes:
> We tracked problem to this line in pgtcl.c:
> putenv ("PGCLIENTENCODING=UNICODE");
> Changing this to
> Tcl_PutEnv ("PGCLIENTENCODING=UNICODE");
> seems to be a good fix, so far we are not seeing any problems.
Looks good to me. Unless anyone else objects, I'll apply this to
REL7_4_STABLE and HEAD within 24 hours.
-Neil