mirror of
https://github.com/postgres/postgres.git
synced 2026-02-24 10:25:42 -05:00
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.
This commit is contained in:
parent
a7b5de3ba7
commit
12b4bdcb43
1 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue