System.AnsiToUtf8

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function AnsiToUtf8(const S: string): _RawByteStr;

C++

extern DELPHI_PACKAGE RawByteString __fastcall AnsiToUtf8(const UnicodeString S);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.pas
System.hpp
System System

Description

Convertit une chaîne codée en Ansi vers UTF-8.

AnsiToUtf8 convertit la chaîne spécifiée par S, qui utilise le système de codage ANSI, en UTF-8.

Voir aussi