Re: [ODBC] UTF-8 data migration problem in Postgresql 7.2
Tatsuo Ishii <t-ishii@sra.co.jp>
From: Tatsuo Ishii <t-ishii@sra.co.jp>
To: jm.poure@freesurf.fr
Cc: pgsql-hackers@postgresql.org, pgsql-odbc@postgresql.org, Inoue@tpf.co.jp
Date: 2002-02-22T09:05:20Z
Lists: pgsql-hackers
> I guess the error might come from PostgreSQL string parsing functions: > 1) new.target_content:= translate(new.target_content, chr(146), chr (39)) ; > 2) substring(text, int4). Is substring multibyte safe? I believe 7.2's translate and substring are multibyte safe. Can you show us reproducable examples? -- Tatsuo Ishii