Re: encoding names

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: peter_e(at)gmx(dot)net
Cc: zakkr(at)zf(dot)jcu(dot)cz, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: encoding names
Date: 2001-08-16 01:10:40
Message-ID: 20010816101040M.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Finally, as I've mentioned before I'd like to try out the iconv interface.
> Might become an option in 7.2 even.

I'm curious how do you handle conversion between multibyte strings
and wide characters using iconv. This is necessary to implement
multibyte aware like, regex, char_length etc. functions. I think at
least you need to have a way to determine the letter boundaries in a
multibyte string.
--
Tatsuo Ishii

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Ford 2001-08-16 02:34:31 Re: OID unsigned long long
Previous Message Tom Lane 2001-08-16 00:36:54 Rough idea for supporting "sequencename.nextval" syntax