Is it possible to get UTF-8 language coding in form?
I can't use Lithuanian letters on it
I can't use Lithuanian letters on it
I put this line after 370 line
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
and got an error:
Parse error: syntax error, unexpected T_STRING in /genealogija.lt/components/com_chronocontact/chronocontact.php on line 371
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
and got an error:
Parse error: syntax error, unexpected T_STRING in /genealogija.lt/components/com_chronocontact/chronocontact.php on line 371
Hi Beata,
Looks like the double quotes need to be escaped. Try this
PS The _ISO is defined in your language file e.g. english.php by default and should set an appropriate charset for your site.<br><br>Post edited by: GreyHead, at: 2008/01/20 19:05
Looks like the double quotes need to be escaped. Try this
<meta http-equiv='Content-Type' content='text/html; <?php echo _ISO; ?>' />Bob
PS The _ISO is defined in your language file e.g. english.php by default and should set an appropriate charset for your site.<br><br>Post edited by: GreyHead, at: 2008/01/20 19:05
This topic is locked and no more replies can be posted.
