Re: xPath in a database with LATIN1 encoding

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: xPath in a database with LATIN1 encoding
Дата
Msg-id 1707307.1619282961@sss.pgh.pa.us
обсуждение исходный текст
Ответ на xPath in a database with LATIN1 encoding  (Jorge Silva <jorge.silva93@gmail.com>)
Ответы Re: xPath in a database with LATIN1 encoding
Список pgsql-admin
Jorge Silva <jorge.silva93@gmail.com> writes:
> The characters that it is not recognizing are both “ç” and “ã” because I think they are encoded differently in latin1
andutf-8. Is it possible to somehow use the xPath function with special characters in the XML and in a database which
isnot encoded with utf-8?  

I don't have a lot of expertise in this area, but I think you need
an explicit encoding indicator in the xml header, a la

    <?xml encoding="latin1"?> ...

On the whole, the xml type is definitely easier to use with database
encoding set to utf8.  I think you'll be paying for encoding conversion
every time we interact with libxml, for instance.

            regards, tom lane



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

Предыдущее
От: Jorge Silva
Дата:
Сообщение: xPath in a database with LATIN1 encoding
Следующее
От: Jorge Silva
Дата:
Сообщение: Re: xPath in a database with LATIN1 encoding