Searched refs:UTF8_LOCALE (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/mdocml/
H A Dtest-wchar.c38 if (setlocale(LC_CTYPE, UTF8_LOCALE) == NULL) {
40 UTF8_LOCALE);
H A Dconfigure41 UTF8_LOCALE=
203 ismanual UTF8_LOCALE UTF8_LOCALE "$UTF8_LOCALE" && return 0
204 echo "UTF8_LOCALE: testing..." 1>&3
205 UTF8_LOCALE=`locale -a | grep -i '^en_US\.UTF-*8$' | head -n 1`
206 if [ -z "${UTF8_LOCALE}" ]; then
207 UTF8_LOCALE=`locale -a | grep -i '\.UTF-*8' | head -n 1`
208 [ -n "${UTF8_LOCALE}" ] || return 1
210 echo "UTF8_LOCALE
[all...]
H A Dconfig.h18 #define UTF8_LOCALE "en_US.UTF-8" macro
H A Dterm_ascii.c102 setlocale(LC_CTYPE, UTF8_LOCALE);
/freebsd-11-stable/contrib/tzdata/
H A DMakefile187 UTF8_LOCALE= en_US.utf8 macro
753 test ! '$(UTF8_LOCALE)' || \
755 LC_ALL='$(UTF8_LOCALE)' grep -q '^A.B$$' >/dev/null 2>&1 || { \
756 LC_ALL='$(UTF8_LOCALE)' && export LC_ALL && \

Completed in 143 milliseconds