Good morning everybody, In **Html** sometimes we need to use [**entities code**](http://lilith.fisica.ufmg.br/~wag/TRANSF/codehtml.html) 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: </p>
USER>write $zconvert("Flávio","I","HTML")
Flávio

but don't worked :(
 

Best Regards.

</body></html>