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

Commit61ce9cd

Browse files
committed
Add KOI8/WIN/ALT to the multi-byte encoding selections
1 parent5e5ed8f commit61ce9cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,11 +853,11 @@ if test "${with_mb+set}" = set; then
853853
withval="$with_mb"
854854

855855
case"$withval"in
856-
EUC_JP|EHC_CN|EUC_KR|EUC_TW|UNICODE|MULE_INTERNAL|LATIN1|LATIN2|LATIN3|LATIN4|LATIN5)
856+
EUC_JP|EHC_CN|EUC_KR|EUC_TW|UNICODE|MULE_INTERNAL|LATIN1|LATIN2|LATIN3|LATIN4|LATIN5|KOI8|WIN|ALT)
857857
echo"$ac_t"""enabled with$withval""1>&6
858858
;;
859859
*)
860-
{echo"configure: error: *** You must supply an argument to the --with-mb option one of EUC_JP,EHC_CN,EUC_KR,EUC_TW,UNICODE,MULE_INTERNAL,LATIN1-5"1>&2;exit 1; }
860+
{echo"configure: error: *** You must supply an argument to the --with-mb option one of EUC_JP,EHC_CN,EUC_KR,EUC_TW,UNICODE,MULE_INTERNAL,LATIN1-5,KOI8,WIN,ALT"1>&2;exit 1; }
861861
;;
862862
esac
863863
MULTIBYTE="$withval"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp