Hello, How can I put an UNICODE string with characters which code numbers I know, ie. "0x00e9 0x00f1"? When I put that string to SQL query, interpeter stops with the first 0x00 code. Any ideas? I have trying with UNICODE and LATIN2 client_encoding. -- Daniel
> > How can I put an UNICODE string with characters which code numbers I > know, ie. "0x00e9 0x00f1"? When I put that string to SQL query, > interpeter stops with the first 0x00 code. Any ideas? I have trying with > UNICODE and LATIN2 client_encoding. > From the subject of your message I assume you're using libpq. Within libpq you cannot deal with strings containing '\0' resp. 0x00 without processing them through PQescapeBytea. See 1.3.3. Escaping binary strings for inclusion in SQL queries HTH Regards, Christoph
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера