Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 53dd2da

Browse files
committed
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.
1 parent cb695ae commit 53dd2da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/utils/mb/Unicode/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ WINMAPS = win866_to_utf8.map utf8_to_win866.map \
4040

4141
GENERICMAPS = $(ISO8859MAPS) $(WINMAPS) \
4242
gbk_to_utf8.map utf8_to_gbk.map \
43-
koi8r_to_utf8.map utf8_to_koi8r.map
43+
koi8r_to_utf8.map utf8_to_koi8r.map \
44+
koi8u_to_utf8.map utf8_to_koi8u.map
4445

4546
SPECIALMAPS = euc_cn_to_utf8.map utf8_to_euc_cn.map \
4647
euc_jp_to_utf8.map utf8_to_euc_jp.map \

0 commit comments

Comments
 (0)