Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit53dd2da

Browse files
committed
Add KOI8-U map files to Makefile.
These were left out by mistake back when support for KOI8-U encoding wasadded.Extracted from Kyotaro Horiguchi's larger patch.
1 parentcb695ae commit53dd2da

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)

[8]ページ先頭

©2009-2025 Movatter.jp