remove comment (asked by translator)
This commit is contained in:
@@ -7,9 +7,6 @@
|
|||||||
* Revised on 2002/06/18 by: Arthit Suriyawongkul
|
* 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';
|
$charset = 'tis-620';
|
||||||
$text_dir = 'ltr';
|
$text_dir = 'ltr';
|
||||||
$left_font_family = 'sans-serif';
|
$left_font_family = 'sans-serif';
|
||||||
|
@@ -7,9 +7,6 @@
|
|||||||
* Revised on 2002/06/18 by: Arthit Suriyawongkul
|
* 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';
|
$charset = 'utf-8';
|
||||||
$allow_recoding = TRUE;
|
$allow_recoding = TRUE;
|
||||||
$text_dir = 'ltr';
|
$text_dir = 'ltr';
|
||||||
|
Reference in New Issue
Block a user