UTF8 is written UTF-8 elsewhere. It looks like Mac OS X only accepts the
latter spelling.
Reported by Jeremy Lavergne.
# Checks for a bug that caused the last character to be dropped in conversions
# from encodings that have combining diacritics (e.g. windows-1258).
CHECK_I18N_RECODE([dropped final character in windows-1258], [windows-1258],
- [UTF8], [aeiou], [aeiou])
+ [UTF-8], [aeiou], [aeiou])
dnl The input to this test is 7 bytes long and the expected output is 9 bytes.
dnl So it should exercise the E2BIG case