Re: [pgsql-hackers-win32] UNICODE/UTF-8 on win32
От | Tom Lane |
---|---|
Тема | Re: [pgsql-hackers-win32] UNICODE/UTF-8 on win32 |
Дата | |
Msg-id | 11072.1104687933@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: [pgsql-hackers-win32] UNICODE/UTF-8 on win32 ("Magnus Hagander" <mha@sollentuna.net>) |
Ответы |
Re: [pgsql-hackers-win32] UNICODE/UTF-8 on win32
|
Список | pgsql-hackers |
"Magnus Hagander" <mha@sollentuna.net> writes: > I didn't consider the C locale. Do you know for a fact that it works > there on win32 as well, or is that an assumption? It should work. The only use of strcoll() in the backend is in varstr_cmp which uses strncmp() instead for C locale. Lack of working upper/lower is hardly a fatal objection, considering that we never had that for UTF8 before 8.0 anyway. But you do have to have working varstr_cmp. > It would be good to have some way of detecting if it worked or not at > the time of creation of the database. But I have no idea on how to do > that in a reasonable way. At this point I'd say that any combination of UTF8 encoding with a non C/POSIX locale probably isn't going to work on Windows. Tatsuo, do you know of other cases that will work? regards, tom lane
В списке pgsql-hackers по дате отправления: