Re: Remaining dependency on setlocale()
От | Jeff Davis |
---|---|
Тема | Re: Remaining dependency on setlocale() |
Дата | |
Msg-id | 5b169990d1f602c3aa778a27f8516032ed899c99.camel@j-davis.com обсуждение исходный текст |
Ответ на | Re: Remaining dependency on setlocale() (Thomas Munro <thomas.munro@gmail.com>) |
Ответы |
Re: Remaining dependency on setlocale()
Re: Remaining dependency on setlocale() Re: Remaining dependency on setlocale() |
Список | pgsql-hackers |
On Wed, 2024-08-07 at 19:07 +1200, Thomas Munro wrote: > How far can we get by using more _l() functions? There are a ton of calls to, for example, isspace(), used mostly for parsing. I wouldn't expect a lot of differences in behavior from locale to locale, like might be the case with iswspace(), but behavior can be different at least in theory. So I guess we're stuck with setlocale()/uselocale() for a while, unless we're able to move most of those call sites over to an ascii-only variant. Regards, Jeff Davis
В списке pgsql-hackers по дате отправления: