Update Pgtcl to use Tcl Utf conversion routines to ensure all SQL passed into Postgres is legal.
Tcl UTF strings are not actually utf-8. PostgreSQL requires pure utf-8 without illegal surrogate pairs. this release makes sure they are converted between utf-8 and Tcl's UTF-16-ish utf-8-ish strings where needed.