Name

toascii — FIXME

Synopsis

string toascii ( string  STRING );

Parameters

string STRING

Return

string

Description

Returns a string that results from string STRING by copying each character that is below 0x7F (127).

Usage

  toascii ("axx") -> "aB"