strtoutf8 Scol 6.x or above required
Convert a Scol string to utf-8.
Prototype :
fun [S] S
Return : S a new utf8 string or nil if error
Error :
- EOK if no error.
- EARGNIL if the argument is nil.
- EPLATFORM if the current platform is not still supported.
See also :
utf8tostr
Example :