We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb695ae commit 53dd2daCopy full SHA for 53dd2da
src/backend/utils/mb/Unicode/Makefile
@@ -40,7 +40,8 @@ WINMAPS = win866_to_utf8.map utf8_to_win866.map \
40
41
GENERICMAPS = $(ISO8859MAPS) $(WINMAPS) \
42
gbk_to_utf8.map utf8_to_gbk.map \
43
- koi8r_to_utf8.map utf8_to_koi8r.map
+ koi8r_to_utf8.map utf8_to_koi8r.map \
44
+ koi8u_to_utf8.map utf8_to_koi8u.map
45
46
SPECIALMAPS = euc_cn_to_utf8.map utf8_to_euc_cn.map \
47
euc_jp_to_utf8.map utf8_to_euc_jp.map \
0 commit comments