Good morning everybody,
In Html sometimes we need to use entities code for don't have problems with browsers all over the world. Ex. 'á' is converted to code: 'á' / 'é' is converted to 'é'.
I have a question, how can i convert a string like my name to this type of code? Ex. "Flávio" will be "Flávio". I tried this way:
USER>write $zconvert("Flávio","I","HTML")
Fláviobut don't worked :(
Best Regards.

.png)