Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 559520
Collapse All | Expand All

(-)a/src/locale/langinfo.c (-1 / +1 lines)
Lines 34-40 char *__nl_langinfo_l(nl_item item, locale_t loc) Link Here
34
	const char *str;
34
	const char *str;
35
35
36
	if (item == CODESET)
36
	if (item == CODESET)
37
		return MB_CUR_MAX==1 ? "UTF-8-CODE-UNITS" : "UTF-8";
37
		return "UTF-8";
38
	
38
	
39
	switch (cat) {
39
	switch (cat) {
40
	case LC_NUMERIC:
40
	case LC_NUMERIC:

Return to bug 559520