diff options
author | Heikki Linnakangas | 2017-02-02 12:12:35 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2017-02-02 12:14:15 +0000 |
commit | c5c755862348ec52007ae18e489be07395cbb023 (patch) | |
tree | ffbccf5898e2d1275df9b23cf0249321be894c98 | |
parent | ef878cc2cda4e8b314e7eda02a8fd688d0afce66 (diff) |
Add KOI8-U map files to Makefile.
These were left out by mistake back when support for KOI8-U encoding was
added.
Extracted from Kyotaro Horiguchi's larger patch.
-rw-r--r-- | src/backend/utils/mb/Unicode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/utils/mb/Unicode/Makefile b/src/backend/utils/mb/Unicode/Makefile index 9d9e426d296..03659fa8b54 100644 --- a/src/backend/utils/mb/Unicode/Makefile +++ b/src/backend/utils/mb/Unicode/Makefile @@ -42,7 +42,8 @@ GENERICMAPS = $(ISO8859MAPS) $(WINMAPS) \ johab_to_utf8.map utf8_to_johab.map \ uhc_to_utf8.map utf8_to_uhc.map \ gbk_to_utf8.map utf8_to_gbk.map \ - koi8r_to_utf8.map utf8_to_koi8r.map + koi8r_to_utf8.map utf8_to_koi8r.map \ + koi8u_to_utf8.map utf8_to_koi8u.map SPECIALMAPS = euc_cn_to_utf8.map utf8_to_euc_cn.map \ euc_jp_to_utf8.map utf8_to_euc_jp.map \ |