[Modconf-commits] r208 - trunk/modconf

Frank Lichtenheld djpig at debian.org
Thu May 10 23:23:53 UTC 2007


Author: djpig
Date: 2007-05-10 23:23:52 +0000 (Thu, 10 May 2007)
New Revision: 208

Modified:
   trunk/modconf/Makefile
Log:
eval_C should be ascii//translit, not utf-8, since utf-8 characters
aren't correctly displayed in this locale. Didn't make any difference
until now since all characters in eval_C were actually ascii.


Modified: trunk/modconf/Makefile
===================================================================
--- trunk/modconf/Makefile	2007-05-10 22:56:06 UTC (rev 207)
+++ trunk/modconf/Makefile	2007-05-10 23:23:52 UTC (rev 208)
@@ -2,7 +2,7 @@
 LANGS=C ca cs da de eo es fr gl hr it ja pl pt_BR sv
 EVALS=$(addprefix eval_, $(LANGS))
 EVALTARGETS=$(EVALS) $(patsubst %,%.utf-8,$(EVALS))
-charset-C = utf-8
+charset-C = ascii//translit
 charset-ca = iso-8859-1
 charset-cs = iso-8859-2
 charset-da = iso-8859-1




More information about the Modconf-commits mailing list