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

Commit82e6e8c

Browse files
committed
Fix configure.in. Remove SJIS, BIG5, WIN1250 from the selection list of
multibyte encodings. These cannot be used as a backend/database encoding(OK to use as a client encoding).
1 parent472c519 commit82e6e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ AC_ARG_ENABLE(multibyte,
241241
MULTIBYTE=SQL_ASCII
242242
if test "$enableval" != "yes"; then
243243
case "$enableval" in
244-
SQL_ASCII|EUC_JP|EUC_CN|EUC_KR|EUC_TW|UNICODE|MULE_INTERNAL|LATIN1|LATIN2|LATIN3|LATIN4|LATIN5|KOI8|WIN|ALT|SJIS|BIG5|WIN1250)
244+
SQL_ASCII|EUC_JP|EUC_CN|EUC_KR|EUC_TW|UNICODE|MULE_INTERNAL|LATIN1|LATIN2|LATIN3|LATIN4|LATIN5|KOI8|WIN|ALT)
245245
# ok
246246
;;
247247
*)
@@ -250,7 +250,7 @@ AC_ARG_ENABLE(multibyte,
250250
SQL_ASCII, EUC_JP, EUC_CN, EUC_KR, EUC_TW,
251251
UNICODE, MULE_INTERNAL,
252252
LATIN1, LATIN2, LATIN3, LATIN4, LATIN5,
253-
KOI8, WIN, ALT, SJIS, BIG5, WIN1250
253+
KOI8, WIN, ALT
254254
Or do not specify an argument to the option to use the default.])
255255
esac
256256
MULTIBYTE=$enableval

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp