Lines Matching refs:UTF8_NAME
663 UTF8_NAME=no
667 UTF8_NAME=$withval
670 case "$UTF8_NAME" in
672 UTF8_NAME=UTF-8
679 #define IDN_UTF8_ENCODING_NAME "$UTF8_NAME"
3053 echo $ac_n "checking for codeset name $UTF8_NAME""... $ac_c" 1>&6
3054 echo "configure:3055: checking for codeset name $UTF8_NAME" >&5
3069 #define UTF8_NAME "$UTF8_NAME"
3071 /* Check if the codeset name UTF8_NAME is valid by performing iconv_open(). */
3081 if (iconv_open(UTF8_NAME, UTF8_NAME) != ICONV_FAIL) return 0;
3085 if (iconv_open(UTF8_NAME, codeset[i]) != ICONV_FAIL) return 0;
3261 s%@UTF8_NAME@%$UTF8_NAME%g