Hi, just want to know if there's any easy way to convert a string containing HTML-like tags (é for example) into standard Gambas strings (UTF, aren't they) and vice versa. If there is no function built in, I'll have to rely on my own one created for VB, but that is rather slow of course. Conv$() (i. e. iconv) doesn't support this, does it? Rolf