w3TranslateStringIn converts HTML code into characters. For example, "<" is translated into "<".
The codes recognized are:
>
<
"
&
&#xx; where xx is the ASCII value of the character.
Also translated is the ISO Latin-I table, with the exception of ÿ, which is a D3 end of data mark. ÿ is left untranslated.
call w3TranslateStringIn (InStr , OutStr )
|
InStr |
In |
The string to translate. |
|
OutStr |
Out |
The string after the translation. |