On Aug 23, 2004, at 6:58 PM, Joel wrote:
> The following should end up posted as shift-JIS, but
>
> テスト
> and
> てすと
>
> should collate the same under some contexts, since it's more-or-less
> equivalent to a variation in case.
Do you mean if you search for
SELECT * FROM keyword where name = 'テスト';
You might expect it to return a row with name set to 'てすと'?
Regards,
David
In response to
Responses
pgsql-general by date
| Next: | From: Joel | Date: 2004-08-24 05:25:53 |
| Subject: Re: UTF-8 and LIKE vs = |
| Previous: | From: Pablo S | Date: 2004-08-24 04:13:34 |
| Subject: Possible to insert quoted null value into integer field? |