toascii — FIXME
string toascii (
)
Returns a string that results from string STRING by copying each character that is below 0x7F (127).
toascii ("axx") -> "aB"