diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index c46e06d28..386e7848e 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -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'; diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index 6cc6b1ffa..64437864e 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -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';