| От | Peter Eisentraut |
|---|---|
| Тема | Re: reproducible bug in I don't know what component |
| Дата | |
| Msg-id | 200407231700.21543.peter_e@gmx.net обсуждение исходный текст |
| Ответ на | Re: reproducible bug in I don't know what component (Markus Bertheau <twanger@bluetwanger.de>) |
| Список | pgsql-bugs |
Am Freitag, 23. Juli 2004 15:30 schrieb Markus Bertheau: > > That's your problem. Your locale doesn't match your encoding. You need > > to use a compatible combination. > > What is happening in the server that this is required? When you ask locale-aware functions to compare strings, convert to lower-case, or what the case may be, these functions expect the strings to have a certain encoding (after all they just receive a stream of bytes, so they cannot check the encoding themselves). So if the function thinks it's comparing two KOI8-R strings and you are actually passing UTF-8 strings, the results are going to be close to comparing garbage. -- Peter Eisentraut http://developer.postgresql.org/~petere/
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера