Re: [HACKERS] possible encoding issues with libxml2 functions

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: [HACKERS] possible encoding issues with libxml2 functions
Дата
Msg-id CAFj8pRD1dh6GW9JgQf6=pfkdgZeQC2QSGKmMS1ALcSUV6o=KBw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] possible encoding issues with libxml2 functions  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: [HACKERS] possible encoding issues with libxml2 functions  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
Hi

I am sending some POC  - it does support XPATH and XMLTABLE for not UTF8 server encoding.

In this case, all strings should be converted to UTF8 before call libXML2 functions, and result should be converted back from UTF8.

I found some previous experiments https://marc.info/?l=pgsql-bugs&m=123407176408688

Note: I got some information so used xmlNodeDump function is deprecated - so we should to replace it too sometime.

Regards

Pavel


Вложения

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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: [HACKERS] Support for Secure Transport SSL library on macOS asOpenSSL alternative
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: [HACKERS] possible encoding issues with libxml2 functions