System.AnsiToUtf8
Delphi
function AnsiToUtf8(const S: string): _RawByteStr;
C++
extern DELPHI_PACKAGE RawByteString __fastcall AnsiToUtf8(const UnicodeString S);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.pas System.hpp |
System | System |
説明
Ansi でエンコードされた文字列を UTF-8 に変換します。
AnsiToUtf8 関数は,Ansi エンコーディング体系を使用している,S で指定された文字列を UTF-8 に変換します。