From f2746207c41e500624f4b12d311e62b869fd218b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 24 Oct 2008 01:06:12 +0000 Subject: [PATCH] Remove a TODO --- htdocs/translate.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/translate.class.php b/htdocs/translate.class.php index 4e367befdea..c5e057974db 100644 --- a/htdocs/translate.class.php +++ b/htdocs/translate.class.php @@ -163,7 +163,6 @@ class Translate { * \brief Load in a memory array, translation key-value for a particular file. * If data for file already loaded, do nothing. * All data in translation array are stored in ISO-8859-1 format. - * \\TODO Store data arrays in UTF-8 format. * \param domain File name to load (.lang file) * \param alt Use alternate file even if file in target language is found * \return int <0 if KO, >0 if OK