Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 211892 | Differences between
and this patch

Collapse All | Expand All

(-)lib/framework/i18n.c (+1 lines)
Lines 99-103 Link Here
99
#else
99
#else
100
	(void)bindtextdomain(PACKAGE, LOCALEDIR);
100
	(void)bindtextdomain(PACKAGE, LOCALEDIR);
101
#endif
101
#endif
102
	(void)bind_textdomain_codeset(PACKAGE, "UTF-8");
102
	(void)textdomain(PACKAGE);
103
	(void)textdomain(PACKAGE);
103
}
104
}

Return to bug 211892