Testing the ctype data of the `C' locale Test of ASCII character range special NUL byte handling islower() isupper() isalpha() isdigit() isxdigit() isspace() isprint() isgraph() isblank() iscntrl() ispunct() isalnum() tolower() toupper() Completed testing for `C' locale Testing the ctype data of the `C' locale Test of ASCII character range special NUL byte handling islower() isupper() isalpha() isdigit() isxdigit() isspace() isprint() isgraph() isblank() iscntrl() ispunct() isalnum() tolower() toupper() Locale-specific tests for `lower' error: tst-ctype.c:391: islower('ª' = '\xaa') not true error: tst-ctype.c:391: islower('µ' = '\xb5') not true error: tst-ctype.c:391: islower('º' = '\xba') not true Locale-specific tests for `lower' error: tst-ctype.c:391: islower('ß' = '\xdf') not true error: tst-ctype.c:391: islower('à' = '\xe0') not true error: tst-ctype.c:391: islower('á' = '\xe1') not true error: tst-ctype.c:391: islower('â' = '\xe2') not true error: tst-ctype.c:391: islower('ã' = '\xe3') not true error: tst-ctype.c:391: islower('ä' = '\xe4') not true error: tst-ctype.c:391: islower('å' = '\xe5') not true error: tst-ctype.c:391: islower('æ' = '\xe6') not true error: tst-ctype.c:391: islower('ç' = '\xe7') not true error: tst-ctype.c:391: islower('è' = '\xe8') not true error: tst-ctype.c:391: islower('é' = '\xe9') not true error: tst-ctype.c:391: islower('ê' = '\xea') not true error: tst-ctype.c:391: islower('ë' = '\xeb') not true error: tst-ctype.c:391: islower('ì' = '\xec') not true error: tst-ctype.c:391: islower('í' = '\xed') not true error: tst-ctype.c:391: islower('î' = '\xee') not true error: tst-ctype.c:391: islower('ï' = '\xef') not true error: tst-ctype.c:391: islower('ð' = '\xf0') not true error: tst-ctype.c:391: islower('ñ' = '\xf1') not true error: tst-ctype.c:391: islower('ò' = '\xf2') not true error: tst-ctype.c:391: islower('ó' = '\xf3') not true error: tst-ctype.c:391: islower('ô' = '\xf4') not true error: tst-ctype.c:391: islower('õ' = '\xf5') not true error: tst-ctype.c:391: islower('ö' = '\xf6') not true error: tst-ctype.c:391: islower('ø' = '\xf8') not true error: tst-ctype.c:391: islower('ù' = '\xf9') not true error: tst-ctype.c:391: islower('ú' = '\xfa') not true error: tst-ctype.c:391: islower('û' = '\xfb') not true error: tst-ctype.c:391: islower('ü' = '\xfc') not true error: tst-ctype.c:391: islower('ý' = '\xfd') not true error: tst-ctype.c:391: islower('þ' = '\xfe') not true error: tst-ctype.c:391: islower('ÿ' = '\xff') not true Locale-specific tests for `upper' error: tst-ctype.c:391: isupper('À' = '\xc0') not true error: tst-ctype.c:391: isupper('Á' = '\xc1') not true error: tst-ctype.c:391: isupper('Â' = '\xc2') not true error: tst-ctype.c:391: isupper('Ã' = '\xc3') not true error: tst-ctype.c:391: isupper('Ä' = '\xc4') not true error: tst-ctype.c:391: isupper('Å' = '\xc5') not true error: tst-ctype.c:391: isupper('Æ' = '\xc6') not true error: tst-ctype.c:391: isupper('Ç' = '\xc7') not true error: tst-ctype.c:391: isupper('È' = '\xc8') not true error: tst-ctype.c:391: isupper('É' = '\xc9') not true error: tst-ctype.c:391: isupper('Ê' = '\xca') not true error: tst-ctype.c:391: isupper('Ë' = '\xcb') not true error: tst-ctype.c:391: isupper('Ì' = '\xcc') not true error: tst-ctype.c:391: isupper('Í' = '\xcd') not true error: tst-ctype.c:391: isupper('Î' = '\xce') not true error: tst-ctype.c:391: isupper('Ï' = '\xcf') not true Locale-specific tests for `upper' error: tst-ctype.c:391: isupper('Ð' = '\xd0') not true error: tst-ctype.c:391: isupper('Ñ' = '\xd1') not true error: tst-ctype.c:391: isupper('Ò' = '\xd2') not true error: tst-ctype.c:391: isupper('Ó' = '\xd3') not true error: tst-ctype.c:391: isupper('Ô' = '\xd4') not true error: tst-ctype.c:391: isupper('Õ' = '\xd5') not true error: tst-ctype.c:391: isupper('Ö' = '\xd6') not true error: tst-ctype.c:391: isupper('Ø' = '\xd8') not true error: tst-ctype.c:391: isupper('Ù' = '\xd9') not true error: tst-ctype.c:391: isupper('Ú' = '\xda') not true error: tst-ctype.c:391: isupper('Û' = '\xdb') not true error: tst-ctype.c:391: isupper('Ü' = '\xdc') not true error: tst-ctype.c:391: isupper('Ý' = '\xdd') not true error: tst-ctype.c:391: isupper('Þ' = '\xde') not true Locale-specific tests for `alpha' error: tst-ctype.c:391: isalpha('ª' = '\xaa') not true error: tst-ctype.c:391: isalpha('µ' = '\xb5') not true error: tst-ctype.c:391: isalpha('º' = '\xba') not true error: tst-ctype.c:391: isalpha('À' = '\xc0') not true error: tst-ctype.c:391: isalpha('Á' = '\xc1') not true error: tst-ctype.c:391: isalpha('Â' = '\xc2') not true error: tst-ctype.c:391: isalpha('Ã' = '\xc3') not true error: tst-ctype.c:391: isalpha('Ä' = '\xc4') not true error: tst-ctype.c:391: isalpha('Å' = '\xc5') not true error: tst-ctype.c:391: isalpha('Æ' = '\xc6') not true error: tst-ctype.c:391: isalpha('Ç' = '\xc7') not true error: tst-ctype.c:391: isalpha('È' = '\xc8') not true error: tst-ctype.c:391: isalpha('É' = '\xc9') not true error: tst-ctype.c:391: isalpha('Ê' = '\xca') not true error: tst-ctype.c:391: isalpha('Ë' = '\xcb') not true error: tst-ctype.c:391: isalpha('Ì' = '\xcc') not true error: tst-ctype.c:391: isalpha('Í' = '\xcd') not true error: tst-ctype.c:391: isalpha('Î' = '\xce') not true error: tst-ctype.c:391: isalpha('Ï' = '\xcf') not true Locale-specific tests for `alpha' error: tst-ctype.c:391: isalpha('Ð' = '\xd0') not true error: tst-ctype.c:391: isalpha('Ñ' = '\xd1') not true error: tst-ctype.c:391: isalpha('Ò' = '\xd2') not true error: tst-ctype.c:391: isalpha('Ó' = '\xd3') not true error: tst-ctype.c:391: isalpha('Ô' = '\xd4') not true error: tst-ctype.c:391: isalpha('Õ' = '\xd5') not true error: tst-ctype.c:391: isalpha('Ö' = '\xd6') not true error: tst-ctype.c:391: isalpha('Ø' = '\xd8') not true error: tst-ctype.c:391: isalpha('Ù' = '\xd9') not true error: tst-ctype.c:391: isalpha('Ú' = '\xda') not true error: tst-ctype.c:391: isalpha('Û' = '\xdb') not true error: tst-ctype.c:391: isalpha('Ü' = '\xdc') not true error: tst-ctype.c:391: isalpha('Ý' = '\xdd') not true error: tst-ctype.c:391: isalpha('Þ' = '\xde') not true error: tst-ctype.c:391: isalpha('ß' = '\xdf') not true error: tst-ctype.c:391: isalpha('à' = '\xe0') not true error: tst-ctype.c:391: isalpha('á' = '\xe1') not true error: tst-ctype.c:391: isalpha('â' = '\xe2') not true error: tst-ctype.c:391: isalpha('ã' = '\xe3') not true error: tst-ctype.c:391: isalpha('ä' = '\xe4') not true error: tst-ctype.c:391: isalpha('å' = '\xe5') not true error: tst-ctype.c:391: isalpha('æ' = '\xe6') not true error: tst-ctype.c:391: isalpha('ç' = '\xe7') not true error: tst-ctype.c:391: isalpha('è' = '\xe8') not true error: tst-ctype.c:391: isalpha('é' = '\xe9') not true error: tst-ctype.c:391: isalpha('ê' = '\xea') not true error: tst-ctype.c:391: isalpha('ë' = '\xeb') not true error: tst-ctype.c:391: isalpha('ì' = '\xec') not true error: tst-ctype.c:391: isalpha('í' = '\xed') not true error: tst-ctype.c:391: isalpha('î' = '\xee') not true error: tst-ctype.c:391: isalpha('ï' = '\xef') not true error: tst-ctype.c:391: isalpha('ð' = '\xf0') not true error: tst-ctype.c:391: isalpha('ñ' = '\xf1') not true error: tst-ctype.c:391: isalpha('ò' = '\xf2') not true error: tst-ctype.c:391: isalpha('ó' = '\xf3') not true error: tst-ctype.c:391: isalpha('ô' = '\xf4') not true error: tst-ctype.c:391: isalpha('õ' = '\xf5') not true error: tst-ctype.c:391: isalpha('ö' = '\xf6') not true error: tst-ctype.c:391: isalpha('ø' = '\xf8') not true error: tst-ctype.c:391: isalpha('ù' = '\xf9') not true error: tst-ctype.c:391: isalpha('ú' = '\xfa') not true error: tst-ctype.c:391: isalpha('û' = '\xfb') not true error: tst-ctype.c:391: isalpha('ü' = '\xfc') not true error: tst-ctype.c:391: isalpha('ý' = '\xfd') not true error: tst-ctype.c:391: isalpha('þ' = '\xfe') not true error: tst-ctype.c:391: isalpha('ÿ' = '\xff') not true Locale-specific tests for `digit' Locale-specific tests for `digit' Locale-specific tests for `xdigit' Locale-specific tests for `xdigit' Locale-specific tests for `space' Locale-specific tests for `space' Locale-specific tests for `print' error: tst-ctype.c:391: isprint(' ' = '\xa0') not true error: tst-ctype.c:391: isprint('¡' = '\xa1') not true error: tst-ctype.c:391: isprint('¢' = '\xa2') not true error: tst-ctype.c:391: isprint('£' = '\xa3') not true error: tst-ctype.c:391: isprint('¤' = '\xa4') not true error: tst-ctype.c:391: isprint('¥' = '\xa5') not true error: tst-ctype.c:391: isprint('¦' = '\xa6') not true error: tst-ctype.c:391: isprint('§' = '\xa7') not true error: tst-ctype.c:391: isprint('¨' = '\xa8') not true error: tst-ctype.c:391: isprint('©' = '\xa9') not true error: tst-ctype.c:391: isprint('ª' = '\xaa') not true error: tst-ctype.c:391: isprint('«' = '\xab') not true error: tst-ctype.c:391: isprint('¬' = '\xac') not true error: tst-ctype.c:391: isprint('­' = '\xad') not true error: tst-ctype.c:391: isprint('®' = '\xae') not true error: tst-ctype.c:391: isprint('¯' = '\xaf') not true error: tst-ctype.c:391: isprint('°' = '\xb0') not true error: tst-ctype.c:391: isprint('±' = '\xb1') not true error: tst-ctype.c:391: isprint('²' = '\xb2') not true error: tst-ctype.c:391: isprint('³' = '\xb3') not true error: tst-ctype.c:391: isprint('´' = '\xb4') not true error: tst-ctype.c:391: isprint('µ' = '\xb5') not true error: tst-ctype.c:391: isprint('¶' = '\xb6') not true error: tst-ctype.c:391: isprint('·' = '\xb7') not true error: tst-ctype.c:391: isprint('¸' = '\xb8') not true error: tst-ctype.c:391: isprint('¹' = '\xb9') not true error: tst-ctype.c:391: isprint('º' = '\xba') not true error: tst-ctype.c:391: isprint('»' = '\xbb') not true error: tst-ctype.c:391: isprint('¼' = '\xbc') not true error: tst-ctype.c:391: isprint('½' = '\xbd') not true error: tst-ctype.c:391: isprint('¾' = '\xbe') not true error: tst-ctype.c:391: isprint('¿' = '\xbf') not true error: tst-ctype.c:391: isprint('À' = '\xc0') not true error: tst-ctype.c:391: isprint('Á' = '\xc1') not true error: tst-ctype.c:391: isprint('Â' = '\xc2') not true error: tst-ctype.c:391: isprint('Ã' = '\xc3') not true error: tst-ctype.c:391: isprint('Ä' = '\xc4') not true error: tst-ctype.c:391: isprint('Å' = '\xc5') not true error: tst-ctype.c:391: isprint('Æ' = '\xc6') not true error: tst-ctype.c:391: isprint('Ç' = '\xc7') not true error: tst-ctype.c:391: isprint('È' = '\xc8') not true error: tst-ctype.c:391: isprint('É' = '\xc9') not true error: tst-ctype.c:391: isprint('Ê' = '\xca') not true error: tst-ctype.c:391: isprint('Ë' = '\xcb') not true error: tst-ctype.c:391: isprint('Ì' = '\xcc') not true error: tst-ctype.c:391: isprint('Í' = '\xcd') not true error: tst-ctype.c:391: isprint('Î' = '\xce') not true error: tst-ctype.c:391: isprint('Ï' = '\xcf') not true Locale-specific tests for `print' error: tst-ctype.c:391: isprint('Ð' = '\xd0') not true error: tst-ctype.c:391: isprint('Ñ' = '\xd1') not true error: tst-ctype.c:391: isprint('Ò' = '\xd2') not true error: tst-ctype.c:391: isprint('Ó' = '\xd3') not true error: tst-ctype.c:391: isprint('Ô' = '\xd4') not true error: tst-ctype.c:391: isprint('Õ' = '\xd5') not true error: tst-ctype.c:391: isprint('Ö' = '\xd6') not true error: tst-ctype.c:391: isprint('×' = '\xd7') not true error: tst-ctype.c:391: isprint('Ø' = '\xd8') not true error: tst-ctype.c:391: isprint('Ù' = '\xd9') not true error: tst-ctype.c:391: isprint('Ú' = '\xda') not true error: tst-ctype.c:391: isprint('Û' = '\xdb') not true error: tst-ctype.c:391: isprint('Ü' = '\xdc') not true error: tst-ctype.c:391: isprint('Ý' = '\xdd') not true error: tst-ctype.c:391: isprint('Þ' = '\xde') not true error: tst-ctype.c:391: isprint('ß' = '\xdf') not true error: tst-ctype.c:391: isprint('à' = '\xe0') not true error: tst-ctype.c:391: isprint('á' = '\xe1') not true error: tst-ctype.c:391: isprint('â' = '\xe2') not true error: tst-ctype.c:391: isprint('ã' = '\xe3') not true error: tst-ctype.c:391: isprint('ä' = '\xe4') not true error: tst-ctype.c:391: isprint('å' = '\xe5') not true error: tst-ctype.c:391: isprint('æ' = '\xe6') not true error: tst-ctype.c:391: isprint('ç' = '\xe7') not true error: tst-ctype.c:391: isprint('è' = '\xe8') not true error: tst-ctype.c:391: isprint('é' = '\xe9') not true error: tst-ctype.c:391: isprint('ê' = '\xea') not true error: tst-ctype.c:391: isprint('ë' = '\xeb') not true error: tst-ctype.c:391: isprint('ì' = '\xec') not true error: tst-ctype.c:391: isprint('í' = '\xed') not true error: tst-ctype.c:391: isprint('î' = '\xee') not true error: tst-ctype.c:391: isprint('ï' = '\xef') not true error: tst-ctype.c:391: isprint('ð' = '\xf0') not true error: tst-ctype.c:391: isprint('ñ' = '\xf1') not true error: tst-ctype.c:391: isprint('ò' = '\xf2') not true error: tst-ctype.c:391: isprint('ó' = '\xf3') not true error: tst-ctype.c:391: isprint('ô' = '\xf4') not true error: tst-ctype.c:391: isprint('õ' = '\xf5') not true error: tst-ctype.c:391: isprint('ö' = '\xf6') not true error: tst-ctype.c:391: isprint('÷' = '\xf7') not true error: tst-ctype.c:391: isprint('ø' = '\xf8') not true error: tst-ctype.c:391: isprint('ù' = '\xf9') not true error: tst-ctype.c:391: isprint('ú' = '\xfa') not true error: tst-ctype.c:391: isprint('û' = '\xfb') not true error: tst-ctype.c:391: isprint('ü' = '\xfc') not true error: tst-ctype.c:391: isprint('ý' = '\xfd') not true error: tst-ctype.c:391: isprint('þ' = '\xfe') not true error: tst-ctype.c:391: isprint('ÿ' = '\xff') not true Locale-specific tests for `graph' error: tst-ctype.c:391: isgraph(' ' = '\xa0') not true error: tst-ctype.c:391: isgraph('¡' = '\xa1') not true error: tst-ctype.c:391: isgraph('¢' = '\xa2') not true error: tst-ctype.c:391: isgraph('£' = '\xa3') not true error: tst-ctype.c:391: isgraph('¤' = '\xa4') not true error: tst-ctype.c:391: isgraph('¥' = '\xa5') not true error: tst-ctype.c:391: isgraph('¦' = '\xa6') not true error: tst-ctype.c:391: isgraph('§' = '\xa7') not true error: tst-ctype.c:391: isgraph('¨' = '\xa8') not true error: tst-ctype.c:391: isgraph('©' = '\xa9') not true error: tst-ctype.c:391: isgraph('ª' = '\xaa') not true error: tst-ctype.c:391: isgraph('«' = '\xab') not true error: tst-ctype.c:391: isgraph('¬' = '\xac') not true error: tst-ctype.c:391: isgraph('­' = '\xad') not true error: tst-ctype.c:391: isgraph('®' = '\xae') not true error: tst-ctype.c:391: isgraph('¯' = '\xaf') not true error: tst-ctype.c:391: isgraph('°' = '\xb0') not true error: tst-ctype.c:391: isgraph('±' = '\xb1') not true error: tst-ctype.c:391: isgraph('²' = '\xb2') not true error: tst-ctype.c:391: isgraph('³' = '\xb3') not true error: tst-ctype.c:391: isgraph('´' = '\xb4') not true error: tst-ctype.c:391: isgraph('µ' = '\xb5') not true error: tst-ctype.c:391: isgraph('¶' = '\xb6') not true error: tst-ctype.c:391: isgraph('·' = '\xb7') not true error: tst-ctype.c:391: isgraph('¸' = '\xb8') not true error: tst-ctype.c:391: isgraph('¹' = '\xb9') not true error: tst-ctype.c:391: isgraph('º' = '\xba') not true error: tst-ctype.c:391: isgraph('»' = '\xbb') not true error: tst-ctype.c:391: isgraph('¼' = '\xbc') not true error: tst-ctype.c:391: isgraph('½' = '\xbd') not true error: tst-ctype.c:391: isgraph('¾' = '\xbe') not true error: tst-ctype.c:391: isgraph('¿' = '\xbf') not true error: tst-ctype.c:391: isgraph('À' = '\xc0') not true error: tst-ctype.c:391: isgraph('Á' = '\xc1') not true error: tst-ctype.c:391: isgraph('Â' = '\xc2') not true error: tst-ctype.c:391: isgraph('Ã' = '\xc3') not true error: tst-ctype.c:391: isgraph('Ä' = '\xc4') not true error: tst-ctype.c:391: isgraph('Å' = '\xc5') not true error: tst-ctype.c:391: isgraph('Æ' = '\xc6') not true error: tst-ctype.c:391: isgraph('Ç' = '\xc7') not true error: tst-ctype.c:391: isgraph('È' = '\xc8') not true error: tst-ctype.c:391: isgraph('É' = '\xc9') not true error: tst-ctype.c:391: isgraph('Ê' = '\xca') not true error: tst-ctype.c:391: isgraph('Ë' = '\xcb') not true error: tst-ctype.c:391: isgraph('Ì' = '\xcc') not true error: tst-ctype.c:391: isgraph('Í' = '\xcd') not true error: tst-ctype.c:391: isgraph('Î' = '\xce') not true error: tst-ctype.c:391: isgraph('Ï' = '\xcf') not true Locale-specific tests for `graph' error: tst-ctype.c:391: isgraph('Ð' = '\xd0') not true error: tst-ctype.c:391: isgraph('Ñ' = '\xd1') not true error: tst-ctype.c:391: isgraph('Ò' = '\xd2') not true error: tst-ctype.c:391: isgraph('Ó' = '\xd3') not true error: tst-ctype.c:391: isgraph('Ô' = '\xd4') not true error: tst-ctype.c:391: isgraph('Õ' = '\xd5') not true error: tst-ctype.c:391: isgraph('Ö' = '\xd6') not true error: tst-ctype.c:391: isgraph('×' = '\xd7') not true error: tst-ctype.c:391: isgraph('Ø' = '\xd8') not true error: tst-ctype.c:391: isgraph('Ù' = '\xd9') not true error: tst-ctype.c:391: isgraph('Ú' = '\xda') not true error: tst-ctype.c:391: isgraph('Û' = '\xdb') not true error: tst-ctype.c:391: isgraph('Ü' = '\xdc') not true error: tst-ctype.c:391: isgraph('Ý' = '\xdd') not true error: tst-ctype.c:391: isgraph('Þ' = '\xde') not true error: tst-ctype.c:391: isgraph('ß' = '\xdf') not true error: tst-ctype.c:391: isgraph('à' = '\xe0') not true error: tst-ctype.c:391: isgraph('á' = '\xe1') not true error: tst-ctype.c:391: isgraph('â' = '\xe2') not true error: tst-ctype.c:391: isgraph('ã' = '\xe3') not true error: tst-ctype.c:391: isgraph('ä' = '\xe4') not true error: tst-ctype.c:391: isgraph('å' = '\xe5') not true error: tst-ctype.c:391: isgraph('æ' = '\xe6') not true error: tst-ctype.c:391: isgraph('ç' = '\xe7') not true error: tst-ctype.c:391: isgraph('è' = '\xe8') not true error: tst-ctype.c:391: isgraph('é' = '\xe9') not true error: tst-ctype.c:391: isgraph('ê' = '\xea') not true error: tst-ctype.c:391: isgraph('ë' = '\xeb') not true error: tst-ctype.c:391: isgraph('ì' = '\xec') not true error: tst-ctype.c:391: isgraph('í' = '\xed') not true error: tst-ctype.c:391: isgraph('î' = '\xee') not true error: tst-ctype.c:391: isgraph('ï' = '\xef') not true error: tst-ctype.c:391: isgraph('ð' = '\xf0') not true error: tst-ctype.c:391: isgraph('ñ' = '\xf1') not true error: tst-ctype.c:391: isgraph('ò' = '\xf2') not true error: tst-ctype.c:391: isgraph('ó' = '\xf3') not true error: tst-ctype.c:391: isgraph('ô' = '\xf4') not true error: tst-ctype.c:391: isgraph('õ' = '\xf5') not true error: tst-ctype.c:391: isgraph('ö' = '\xf6') not true error: tst-ctype.c:391: isgraph('÷' = '\xf7') not true error: tst-ctype.c:391: isgraph('ø' = '\xf8') not true error: tst-ctype.c:391: isgraph('ù' = '\xf9') not true error: tst-ctype.c:391: isgraph('ú' = '\xfa') not true error: tst-ctype.c:391: isgraph('û' = '\xfb') not true error: tst-ctype.c:391: isgraph('ü' = '\xfc') not true error: tst-ctype.c:391: isgraph('ý' = '\xfd') not true error: tst-ctype.c:391: isgraph('þ' = '\xfe') not true error: tst-ctype.c:391: isgraph('ÿ' = '\xff') not true Locale-specific tests for `blank' Locale-specific tests for `blank' Locale-specific tests for `cntrl' Locale-specific tests for `cntrl' Locale-specific tests for `punct' error: tst-ctype.c:391: ispunct(' ' = '\xa0') not true error: tst-ctype.c:391: ispunct('¡' = '\xa1') not true error: tst-ctype.c:391: ispunct('¢' = '\xa2') not true error: tst-ctype.c:391: ispunct('£' = '\xa3') not true error: tst-ctype.c:391: ispunct('¤' = '\xa4') not true error: tst-ctype.c:391: ispunct('¥' = '\xa5') not true error: tst-ctype.c:391: ispunct('¦' = '\xa6') not true error: tst-ctype.c:391: ispunct('§' = '\xa7') not true error: tst-ctype.c:391: ispunct('¨' = '\xa8') not true error: tst-ctype.c:391: ispunct('©' = '\xa9') not true error: tst-ctype.c:391: ispunct('«' = '\xab') not true error: tst-ctype.c:391: ispunct('¬' = '\xac') not true error: tst-ctype.c:391: ispunct('­' = '\xad') not true error: tst-ctype.c:391: ispunct('®' = '\xae') not true error: tst-ctype.c:391: ispunct('¯' = '\xaf') not true error: tst-ctype.c:391: ispunct('°' = '\xb0') not true error: tst-ctype.c:391: ispunct('±' = '\xb1') not true error: tst-ctype.c:391: ispunct('²' = '\xb2') not true error: tst-ctype.c:391: ispunct('³' = '\xb3') not true error: tst-ctype.c:391: ispunct('´' = '\xb4') not true error: tst-ctype.c:391: ispunct('¶' = '\xb6') not true error: tst-ctype.c:391: ispunct('·' = '\xb7') not true error: tst-ctype.c:391: ispunct('¸' = '\xb8') not true error: tst-ctype.c:391: ispunct('¹' = '\xb9') not true error: tst-ctype.c:391: ispunct('»' = '\xbb') not true error: tst-ctype.c:391: ispunct('¼' = '\xbc') not true error: tst-ctype.c:391: ispunct('½' = '\xbd') not true error: tst-ctype.c:391: ispunct('¾' = '\xbe') not true error: tst-ctype.c:391: ispunct('¿' = '\xbf') not true Locale-specific tests for `punct' error: tst-ctype.c:391: ispunct('×' = '\xd7') not true error: tst-ctype.c:391: ispunct('÷' = '\xf7') not true Locale-specific tests for `alnum' error: tst-ctype.c:391: isalnum('ª' = '\xaa') not true error: tst-ctype.c:391: isalnum('µ' = '\xb5') not true error: tst-ctype.c:391: isalnum('º' = '\xba') not true error: tst-ctype.c:391: isalnum('À' = '\xc0') not true error: tst-ctype.c:391: isalnum('Á' = '\xc1') not true error: tst-ctype.c:391: isalnum('Â' = '\xc2') not true error: tst-ctype.c:391: isalnum('Ã' = '\xc3') not true error: tst-ctype.c:391: isalnum('Ä' = '\xc4') not true error: tst-ctype.c:391: isalnum('Å' = '\xc5') not true error: tst-ctype.c:391: isalnum('Æ' = '\xc6') not true error: tst-ctype.c:391: isalnum('Ç' = '\xc7') not true error: tst-ctype.c:391: isalnum('È' = '\xc8') not true error: tst-ctype.c:391: isalnum('É' = '\xc9') not true error: tst-ctype.c:391: isalnum('Ê' = '\xca') not true error: tst-ctype.c:391: isalnum('Ë' = '\xcb') not true error: tst-ctype.c:391: isalnum('Ì' = '\xcc') not true error: tst-ctype.c:391: isalnum('Í' = '\xcd') not true error: tst-ctype.c:391: isalnum('Î' = '\xce') not true error: tst-ctype.c:391: isalnum('Ï' = '\xcf') not true Locale-specific tests for `alnum' error: tst-ctype.c:391: isalnum('Ð' = '\xd0') not true error: tst-ctype.c:391: isalnum('Ñ' = '\xd1') not true error: tst-ctype.c:391: isalnum('Ò' = '\xd2') not true error: tst-ctype.c:391: isalnum('Ó' = '\xd3') not true error: tst-ctype.c:391: isalnum('Ô' = '\xd4') not true error: tst-ctype.c:391: isalnum('Õ' = '\xd5') not true error: tst-ctype.c:391: isalnum('Ö' = '\xd6') not true error: tst-ctype.c:391: isalnum('Ø' = '\xd8') not true error: tst-ctype.c:391: isalnum('Ù' = '\xd9') not true error: tst-ctype.c:391: isalnum('Ú' = '\xda') not true error: tst-ctype.c:391: isalnum('Û' = '\xdb') not true error: tst-ctype.c:391: isalnum('Ü' = '\xdc') not true error: tst-ctype.c:391: isalnum('Ý' = '\xdd') not true error: tst-ctype.c:391: isalnum('Þ' = '\xde') not true error: tst-ctype.c:391: isalnum('ß' = '\xdf') not true error: tst-ctype.c:391: isalnum('à' = '\xe0') not true error: tst-ctype.c:391: isalnum('á' = '\xe1') not true error: tst-ctype.c:391: isalnum('â' = '\xe2') not true error: tst-ctype.c:391: isalnum('ã' = '\xe3') not true error: tst-ctype.c:391: isalnum('ä' = '\xe4') not true error: tst-ctype.c:391: isalnum('å' = '\xe5') not true error: tst-ctype.c:391: isalnum('æ' = '\xe6') not true error: tst-ctype.c:391: isalnum('ç' = '\xe7') not true error: tst-ctype.c:391: isalnum('è' = '\xe8') not true error: tst-ctype.c:391: isalnum('é' = '\xe9') not true error: tst-ctype.c:391: isalnum('ê' = '\xea') not true error: tst-ctype.c:391: isalnum('ë' = '\xeb') not true error: tst-ctype.c:391: isalnum('ì' = '\xec') not true error: tst-ctype.c:391: isalnum('í' = '\xed') not true error: tst-ctype.c:391: isalnum('î' = '\xee') not true error: tst-ctype.c:391: isalnum('ï' = '\xef') not true error: tst-ctype.c:391: isalnum('ð' = '\xf0') not true error: tst-ctype.c:391: isalnum('ñ' = '\xf1') not true error: tst-ctype.c:391: isalnum('ò' = '\xf2') not true error: tst-ctype.c:391: isalnum('ó' = '\xf3') not true error: tst-ctype.c:391: isalnum('ô' = '\xf4') not true error: tst-ctype.c:391: isalnum('õ' = '\xf5') not true error: tst-ctype.c:391: isalnum('ö' = '\xf6') not true error: tst-ctype.c:391: isalnum('ø' = '\xf8') not true error: tst-ctype.c:391: isalnum('ù' = '\xf9') not true error: tst-ctype.c:391: isalnum('ú' = '\xfa') not true error: tst-ctype.c:391: isalnum('û' = '\xfb') not true error: tst-ctype.c:391: isalnum('ü' = '\xfc') not true error: tst-ctype.c:391: isalnum('ý' = '\xfd') not true error: tst-ctype.c:391: isalnum('þ' = '\xfe') not true error: tst-ctype.c:391: isalnum('ÿ' = '\xff') not true error: tst-ctype.c:402: tolower('À' = '\xc0') != 'à' error: tst-ctype.c:402: tolower('Á' = '\xc1') != 'á' error: tst-ctype.c:402: tolower('Â' = '\xc2') != 'â' error: tst-ctype.c:402: tolower('Ã' = '\xc3') != 'ã' error: tst-ctype.c:402: tolower('Ä' = '\xc4') != 'ä' error: tst-ctype.c:402: tolower('Å' = '\xc5') != 'å' error: tst-ctype.c:402: tolower('Æ' = '\xc6') != 'æ' error: tst-ctype.c:402: tolower('Ç' = '\xc7') != 'ç' error: tst-ctype.c:402: tolower('È' = '\xc8') != 'è' error: tst-ctype.c:402: tolower('É' = '\xc9') != 'é' error: tst-ctype.c:402: tolower('Ê' = '\xca') != 'ê' error: tst-ctype.c:402: tolower('Ë' = '\xcb') != 'ë' error: tst-ctype.c:402: tolower('Ì' = '\xcc') != 'ì' error: tst-ctype.c:402: tolower('Í' = '\xcd') != 'í' error: tst-ctype.c:402: tolower('Î' = '\xce') != 'î' error: tst-ctype.c:402: tolower('Ï' = '\xcf') != 'ï' error: tst-ctype.c:402: tolower('Ð' = '\xd0') != 'ð' error: tst-ctype.c:402: tolower('Ñ' = '\xd1') != 'ñ' error: tst-ctype.c:402: tolower('Ò' = '\xd2') != 'ò' error: tst-ctype.c:402: tolower('Ó' = '\xd3') != 'ó' error: tst-ctype.c:402: tolower('Ô' = '\xd4') != 'ô' error: tst-ctype.c:402: tolower('Õ' = '\xd5') != 'õ' error: tst-ctype.c:402: tolower('Ö' = '\xd6') != 'ö' error: tst-ctype.c:402: tolower('Ø' = '\xd8') != 'ø' error: tst-ctype.c:402: tolower('Ù' = '\xd9') != 'ù' error: tst-ctype.c:402: tolower('Ú' = '\xda') != 'ú' error: tst-ctype.c:402: tolower('Û' = '\xdb') != 'û' error: tst-ctype.c:402: tolower('Ü' = '\xdc') != 'ü' error: tst-ctype.c:402: tolower('Ý' = '\xdd') != 'ý' error: tst-ctype.c:402: tolower('Þ' = '\xde') != 'þ' error: tst-ctype.c:413: toupper('à' = '\xe0') != 'À' error: tst-ctype.c:413: toupper('á' = '\xe1') != 'Á' error: tst-ctype.c:413: toupper('â' = '\xe2') != 'Â' error: tst-ctype.c:413: toupper('ã' = '\xe3') != 'Ã' error: tst-ctype.c:413: toupper('ä' = '\xe4') != 'Ä' error: tst-ctype.c:413: toupper('å' = '\xe5') != 'Å' error: tst-ctype.c:413: toupper('æ' = '\xe6') != 'Æ' error: tst-ctype.c:413: toupper('ç' = '\xe7') != 'Ç' error: tst-ctype.c:413: toupper('è' = '\xe8') != 'È' error: tst-ctype.c:413: toupper('é' = '\xe9') != 'É' error: tst-ctype.c:413: toupper('ê' = '\xea') != 'Ê' error: tst-ctype.c:413: toupper('ë' = '\xeb') != 'Ë' error: tst-ctype.c:413: toupper('ì' = '\xec') != 'Ì' error: tst-ctype.c:413: toupper('í' = '\xed') != 'Í' error: tst-ctype.c:413: toupper('î' = '\xee') != 'Î' error: tst-ctype.c:413: toupper('ï' = '\xef') != 'Ï' error: tst-ctype.c:413: toupper('ð' = '\xf0') != 'Ð' error: tst-ctype.c:413: toupper('ñ' = '\xf1') != 'Ñ' error: tst-ctype.c:413: toupper('ò' = '\xf2') != 'Ò' error: tst-ctype.c:413: toupper('ó' = '\xf3') != 'Ó' error: tst-ctype.c:413: toupper('ô' = '\xf4') != 'Ô' error: tst-ctype.c:413: toupper('õ' = '\xf5') != 'Õ' error: tst-ctype.c:413: toupper('ö' = '\xf6') != 'Ö' error: tst-ctype.c:413: toupper('ø' = '\xf8') != 'Ø' error: tst-ctype.c:413: toupper('ù' = '\xf9') != 'Ù' error: tst-ctype.c:413: toupper('ú' = '\xfa') != 'Ú' error: tst-ctype.c:413: toupper('û' = '\xfb') != 'Û' error: tst-ctype.c:413: toupper('ü' = '\xfc') != 'Ü' error: tst-ctype.c:413: toupper('ý' = '\xfd') != 'Ý' error: tst-ctype.c:413: toupper('þ' = '\xfe') != 'Þ' Completed testing for `C' locale error: 478 test failures Testing the ctype data of the `C' locale Test of ASCII character range special NUL byte handling islower() isupper() isalpha() isdigit() isxdigit() isspace() isprint() isgraph() isblank() iscntrl() ispunct() isalnum() tolower() toupper() Completed testing for `C' locale Testing the ctype data of the `C' locale Test of ASCII character range special NUL byte handling islower() isupper() isalpha() isdigit() isxdigit() isspace() isprint() isgraph() isblank() iscntrl() ispunct() isalnum() tolower() toupper() Completed testing for `C' locale Testing the ctype data of the `C' locale Test of ASCII character range special NUL byte handling islower() isupper() isalpha() isdigit() isxdigit() isspace() isprint() isgraph() isblank() iscntrl() ispunct() isalnum() tolower() toupper() Completed testing for `C' locale