Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
wchar_tのバージョンはありますかexec[lv][pe](つまり、パスおよび引数としてexec使用するもの)? ではを実行できますが、では行き詰まります (つまり、純粋な等価物はありません)。プログラムにサポート (自動実行)を追加しようとしています。wchar_twchar_tWindowsCreateProcessW(process, cmdline)*nixPOSIXUTF-16
wchar_t
exec[lv][pe]
exec
Windows
CreateProcessW(process, cmdline)
*nix
POSIX
UTF-16
存在しない。UNIX では、環境と対話するときに UTF-8 を使用するのが通例です。