localUTF8toSJIS=require("UTF8toSJIS")localUTF8SJIS_table="Utf8Sjis.tbl"localdirectory=[[C:\Users\USERNAME\ほげほげ\ふがふが\]]-- 日本語入りパスlocalfht=io.open(script_path()..UTF8SJIS_table,"r")localstrUTF8,strSJIS,sj_lengthlocalsjisdirectory=""strSJIS,sj_length=UTF8toSJIS:UTF8...
strconv2.h には以下の関数があり、char8_t *, std::u8string と std::string/std::wstring の間の変換ができるようになっています。static inline std::u8string utf8_to_char8(const std::string &s) static inline std::string char8_to_utf8(const std::u8string &s) static inline std:...