Re: Win32 & NLS
Peter Eisentraut <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.patches,gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
Magnus Hagander wrote: > Which appears to suggest that we should change the locale using > putenv() etc, and not using setlocale() at all... Because setlocale() > does not support LC_MESSAGES, probably. This cannot possibly work. putenv() doesn't change any locale. The environment variables only serve as a default when you call setlocale() without an actual locale value. But to enable any locale, you always need to call setlocale() somehow, somewhere. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster