View | Details | Raw Unified | Return to bug 16473
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- stellarium-0.9.1.orig/src/stelutils/Translator.cpp
0
++ stellarium-0.9.1/src/stelutils/Translator.cpp
Lines 140-145 Link Here
140
#else
140
#else
141
	setlocale(LC_CTYPE,"");
141
	setlocale(LC_CTYPE,"");
142
#endif
142
#endif
143
	setlocale(LC_NUMERIC, "C");
143
	assert(domain=="stellarium");
144
	assert(domain=="stellarium");
144
	QString result = bind_textdomain_codeset(domain.toUtf8().constData(), "UTF-8");
145
	QString result = bind_textdomain_codeset(domain.toUtf8().constData(), "UTF-8");
145
	assert(result=="UTF-8");
146
	assert(result=="UTF-8");

Return to bug 16473