System.AnsiToUtf8

提供: RAD Studio API Documentation
移動先: 案内検索

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 に変換します。

関連項目