isolatintohtml$
Syntax
new_text = isolatintohtml$ (string, number)
Arguments
string, new_text: text
number: integer
Meaning
Converts a string of isolatin type number to HTML. At present, only isolatin type 1 is supported.
Example
new_text = isolatintohtml$ ('élan', 1)
Result
new_text is ‘élan’.