utftest3.hsp
#include "hsp3utf.as" objsize 100,25 pos 0,0:button "END",*bye pos 110,0:button "SAVE",*save sdim utftext, $10000 utftext="UTF-8形式で保存されるテキストエディタです。
sample\hsp3utf\utftest3.hsp - 2021/07/29
utftest4.hsp
#include "hsp3utf.as" ANSI(SJIS)で書かれているスクリプトを UTF-8のランタイムで読み込んでいます objsize 100,25 pos 0,0:button "END",*bye notesel ansitext noteload "utftest4.hsp" sdim utftext, $10000 utftext = cnvatos(ansitext) pos 0,30 mesbox utftext,640,450 stop *bye end
sample\hsp3utf\utftest4.hsp - 2021/07/29