これはFlashAir用のLua ライブラリです。
Version 0.01
UTF8 to Shift_JIS 変換テーブルファイル "Utf8Sjis.tbl" を予めFlashAirにコピーしておく必要があります。
UTF-8コードのString文字列をShift_JIS文字列コードに変換できます。
変換テーブルファイルURL--> https://github.com/mgo-tec/UTF8_to_Shift_JIS
JIS第一水準、第二水準、13区、半角カナが変換可能です。
【更新履歴】
(0.01)
mgo-tecさんの"SD_UTF8toSJIS"を FlashAir に移植しました。
Original https://github.com/mgo-tec/SD_UTF8toSJIS
参照ブログ https://www.mgo-tec.com
See sample code: "sample.lua"
command | description |
---|---|
strSJIS, sj_length = UTF8toSJIS:UTF8_to_SJIS_str_cnv(f2, strUTF8) |
f2: table file handle strUTF8: UTF-8 string strSJIS: Shift-JIS string If f2 is nil then return nil sj_length: Shift-JIS string length |