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 :)



_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to