<?lc put header "Content-Type: text/html; charset=utf-8" ?> <html> <head> <?lc include "include/script.lc" ?> <body> <a href="rev11_UTF8writing.lc?file=rev11_UTF8writing.lc"><span class="bodyS">LiveCodeスクリプトを見る</span></a><p> bodyタグ内に、UTF8で日本語が書けます。 <p> <?lc set the outputTextEncoding to native put "Date: " & the date & "<br />" put "This is lc writing. <br />" put "日本語が書けます" ?> </body> </html>