Re: encoding names - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: encoding names
Date
Msg-id 20010816101040M.t-ishii@sra.co.jp
Whole thread Raw
In response to Re: encoding names  (Peter Eisentraut <peter_e@gmx.net>)
List 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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Rough idea for supporting "sequencename.nextval" syntax
Next
From: Tatsuo Ishii
Date:
Subject: Re: encoding names