Re: Bug in UTF8-Validation Code?

Поиск
Список
Период
Сортировка
От Mark Dilger
Тема Re: Bug in UTF8-Validation Code?
Дата
Msg-id 46118DBD.2010005@markdilger.com
обсуждение исходный текст
Ответ на Re: Bug in UTF8-Validation Code?  (Mark Dilger <pgsql@markdilger.com>)
Список pgsql-hackers
Mark Dilger wrote:

> Since chr() is defined in oracle_compat.c, I decided to look at what 
> Oracle might do.  See 
> http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/functions18a.htm 
> 
> 
> It looks to me like they are doing the same thing that I did, though I 
> don't have Oracle installed anywhere to verify that.  Is there a 
> difference?

Reading that page again, I think I'd have to use mbrtowc() or similar in the 
spot where I'm currently just using the literal utf8 string.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Gavin Sherry
Дата:
Сообщение: Re: Many unfinished patches
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Arrays of Complex Types