> How can I convert Rune string to Utf-8 sequence? I can't find standard
> function...

runetochar does a single character.  
snprint(buf, sizeof buf, "%S") will convert a string.

russ

Reply via email to