Thanks to visit codestin.com Credit goes to github.com
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 2b133be commit b87e168Copy full SHA for b87e168
src/backend/utils/mb/Unicode/Makefile
@@ -42,7 +42,8 @@ GENERICMAPS = $(ISO8859MAPS) $(WINMAPS) \
42
johab_to_utf8.map utf8_to_johab.map \
43
uhc_to_utf8.map utf8_to_uhc.map \
44
gbk_to_utf8.map utf8_to_gbk.map \
45
- koi8r_to_utf8.map utf8_to_koi8r.map
+ koi8r_to_utf8.map utf8_to_koi8r.map \
46
+ koi8u_to_utf8.map utf8_to_koi8u.map
47
48
SPECIALMAPS = euc_cn_to_utf8.map utf8_to_euc_cn.map \
49
euc_jp_to_utf8.map utf8_to_euc_jp.map \
0 commit comments