Charset problems with .lc web page
Lyn Teyla
lyn.teyla at gmail.com
Thu Dec 24 04:18:47 EST 2015
Tim Selander wrote:
> I'm having trouble making a .lc web pages correctly show the charset.
> Anyone else having problems with this? Can .lc files not handle charset correctly?
Try inserting the following 3 lines right at the top of your .lc script, leaving everything else untouched:
<?lc
put header "Content-Type: text/html; charset=utf-8"
?>
Hope this helps!
Lyn
More information about the use-livecode
mailing list