--- glibc-2.3.1/iconvdata/euc-tw.c.orig 2003-03-25 14:37:49.000000000 +0900 +++ glibc-2.3.1/iconvdata/euc-tw.c 2003-03-25 14:40:28.000000000 +0900 @@ -136,7 +136,7 @@ if (__builtin_expect (found, 1) == 0) \ { \ /* We ran out of space. */ \ - result = __GCONV_INCOMPLETE_INPUT; \ + result = __GCONV_FULL_OUTPUT; \ break; \ } \ if (__builtin_expect (found, 1) != __UNKNOWN_10646_CHAR) \ @@ -153,7 +153,7 @@ if (__builtin_expect (found, 1) == 0) \ { \ /* We ran out of space. */ \ - result = __GCONV_INCOMPLETE_INPUT; \ + result = __GCONV_FULL_OUTPUT; \ break; \ } \ if (__builtin_expect (found, 0) == __UNKNOWN_10646_CHAR) \