projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb695ae
)
Add KOI8-U map files to Makefile.
author
Heikki Linnakangas
Thu, 2 Feb 2017 12:12:35 +0000
(14:12 +0200)
committer
Heikki Linnakangas
Thu, 2 Feb 2017 12:12:35 +0000
(14:12 +0200)
These were left out by mistake back when support for KOI8-U encoding was
added.
Extracted from Kyotaro Horiguchi's larger patch.
src/backend/utils/mb/Unicode/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/mb/Unicode/Makefile
b/src/backend/utils/mb/Unicode/Makefile
index d9ea1af5272bd53b0562fc7174183acd7bbea924..10708b3e273c839fec94707fc3a35f9976434450 100644
(file)
--- a/
src/backend/utils/mb/Unicode/Makefile
+++ b/
src/backend/utils/mb/Unicode/Makefile
@@
-40,7
+40,8
@@
WINMAPS = win866_to_utf8.map utf8_to_win866.map \
GENERICMAPS = $(ISO8859MAPS) $(WINMAPS) \
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 \