Function
EN
Version 10.06
@TranslateUTF8ToHtmlEntities
Note
Syntax
@TranslateUTF8ToHtmlEntities(TEXT1);
@TranslateUTF8ToHtmlEntities(TEXTLIST1);
Description
TEXT/TEXTLIST TEXT1/TEXTLIST1 is converted from the UTF8 character set to HTML entities.
Example: @TranslateUTF8ToHtmlEntities(TEXT1);
UTF8:="\X47\X61\X75\XC3\X9F\X73\X74\X72\X2E";
HTMLTEXT:=@TranslateUTF8ToHtmlEntities(UTF8);
The TEXT UTF8 is converted to HTML entities and assigned to HTMLTEXT.
Note : This text was machine-translated and may contain inaccuracies.
