Charset problems with .lc web page

Lyn Teyla lyn.teyla at gmail.com
Thu Dec 24 06:18:34 EST 2015


Lyn Teyla wrote:

> 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"
> ?>


There was a slight typo (missed the quotes); try this at the top of the script:

<?lc
put header "Content-Type: text/html; charset=" & quote & "utf-8" & quote
?>


Lyn :)






More information about the use-livecode mailing list