System.Utf8ToAnsi

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

Delphi

function Utf8ToAnsi(const S: _RawByteStr): string;

C++

extern DELPHI_PACKAGE UnicodeString __fastcall Utf8ToAnsi(const RawByteString S);

プロパティ

種類 可視性 ソース ユニット
function public
System.pas
System.hpp
System System

説明

UTF-8 文字列を Ansi 文字列に変換します。

Utf8ToAnsi 関数を呼び出すと,UTF-8 文字列を Ansi 文字列に変換できます。S パラメータは,UTF-8 でエンコードされた文字列です。Utf8ToAnsi は,Ansi 文字セットを使用する対応する文字列を返します。

関連項目