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

(-)a/src/backend/commands/collationcmds.c (-1 / +1 lines)
Lines 464-470 get_icu_language_tag(const char *localen Link Here
464
	UErrorCode	status;
464
	UErrorCode	status;
465
465
466
	status = U_ZERO_ERROR;
466
	status = U_ZERO_ERROR;
467
	uloc_toLanguageTag(localename, buf, sizeof(buf), TRUE, &status);
467
	uloc_toLanguageTag(localename, buf, sizeof(buf), true, &status);
468
	if (U_FAILURE(status))
468
	if (U_FAILURE(status))
469
		ereport(ERROR,
469
		ereport(ERROR,
470
				(errmsg("could not convert locale name \"%s\" to language tag: %s",
470
				(errmsg("could not convert locale name \"%s\" to language tag: %s",

Return to bug 753257