From 22f155eed4f6f50e981f667042ab82757fe3c3c3 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 6 Nov 2008 18:07:07 +0000 Subject: [PATCH] no more non-utf-8 files --- Documentation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation.html b/Documentation.html index 76a5cd9f1..184b683fb 100644 --- a/Documentation.html +++ b/Documentation.html @@ -4101,8 +4101,8 @@ chmod o+rwx tmp
  • Please try to keep up the file-naming conventions. Table-related stuff goes to tbl_*.php, db-related code to db_*.php, server-related tools to server_*.php and so on.
  • -
  • Please don't use verbose strings in your code, instead add the string - (at least) to english-iso-8859-1.inc.php and print() it out.
  • +
  • Please don't put message strings in your code, instead add the string + (at least) to english-utf-8.inc.php and print() it out.
  • If you want to be really helpful, write an entry for the ChangeLog.
  • The DBG extension (PHP