From d16a4eda562f1d44f6b163a1273034698b4a6d13 Mon Sep 17 00:00:00 2001
From: andi <andi@splitbrain.org>
Date: Sun, 16 Jan 2005 12:13:35 +0100
Subject: [PATCH] debug checks encoding

darcs-hash:20050116111335-9977f-d0578679e43239d58f0f72aa516d1e32de888e3b.gz
---
 inc/html.php | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/inc/html.php b/inc/html.php
index 37fad428a..072d36415 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -1075,6 +1075,7 @@ function html_signature(){
  */
 function html_debug(){
   global $conf;
+  global $lang;
 
   print '<html><body>';
 
@@ -1106,6 +1107,10 @@ function html_debug(){
   print setlocale(LC_ALL,0);
   print '</pre>';
 
+  print '<b>encoding:</b><pre>';
+  print $lang['encoding'];
+  print '</pre>';
+
   print '<b>Environment:</b><pre>';
   print_r($_ENV);
   print '</pre>';
-- 
GitLab