Hello All,
We have a database with koi8-r encoding, tables and fields names
mostly in russian, and we have a trigger function on pltcl. With postgresql 7.1 everything
worked well, but in 7.2 we are getting an error "utf_to_local: could
not convert UTF-8" in the following construction
foreach field [array names NEW] {
if {[info exists OLD(${field})]} ....
Also this error occures in any calling of NEW or OLD, for example
[array get NEW] also raises those error.
--
Best regards,
Yury Don