Add wchar -> mb conversion routines.
Robert Haas <rhaas@postgresql.org>
Add wchar -> mb conversion routines. This is infrastructure for Alexander Korotkov's work on indexing regular expression searches. Alexander Korotkov, with a bit of further hackery on the MULE conversion by me
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/mb/mbutils.c | modified | +22 −0 |
| src/backend/utils/mb/wchar.c | modified | +205 −42 |
| src/include/mb/pg_wchar.h | modified | +21 −3 |