remove comment (asked by translator)

This commit is contained in:
Marc Delisle
2002-07-14 20:18:43 +00:00
parent 385c06b05b
commit d40d811889
2 changed files with 0 additions and 6 deletions

View File

@@ -7,9 +7,6 @@
* Revised on 2002/06/18 by: Arthit Suriyawongkul
*/
// note: Thai has 2 standard encodings (tis-620, iso-8859-11)
// tis-620 is the only Thai encoding that registered with IANA,
// it used in MIME text/* media type.
$charset = 'tis-620';
$text_dir = 'ltr';
$left_font_family = 'sans-serif';

View File

@@ -7,9 +7,6 @@
* Revised on 2002/06/18 by: Arthit Suriyawongkul
*/
// note: Thai has 2 standard encodings (utf-8, iso-8859-11)
// utf-8 is the only Thai encoding that registered with IANA,
// it used in MIME text/* media type.
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';