r15867 - htdocs/trunk - Back out r15866; didn't seem to fix a thing.
Christian Stimming
cstim at cvs.gnucash.org
Tue Apr 10 15:01:25 EDT 2007
Author: cstim
Date: 2007-04-10 15:01:25 -0400 (Tue, 10 Apr 2007)
New Revision: 15867
Trac: http://svn.gnucash.org/trac/changeset/15867
Modified:
htdocs/trunk/lang.php
Log:
Back out r15866; didn't seem to fix a thing.
Modified: htdocs/trunk/lang.php
===================================================================
--- htdocs/trunk/lang.php 2007-04-10 18:57:04 UTC (rev 15866)
+++ htdocs/trunk/lang.php 2007-04-10 19:01:25 UTC (rev 15867)
@@ -9,7 +9,6 @@
$domain = "gnucash-htdocs";
if (! isset($text_dir)) { $text_dir = $top_dir; }
$dir_res = bindtextdomain($domain, $text_dir);
-bind_textdomain_codeset($domain, "UTF-8"); # serve pages in utf-8
textdomain($domain);
echo ("<!-- $lang , locale_res [$locale_res] , dir_res $dir_res -->\n");
?>
More information about the gnucash-changes
mailing list