Write to the Windows eventlog in UTF16, converting the message encoding
Magnus Hagander <magnus@hagander.net>
Write to the Windows eventlog in UTF16, converting the message encoding as necessary. Itagaki Takahiro with some changes from me
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/error/elog.c | modified | +93 −18 |
| src/backend/utils/mb/encnames.c | modified | +48 −127 |
| src/backend/utils/mb/mbutils.c | modified | +65 −1 |
| src/include/mb/pg_wchar.h | modified | +9 −1 |