string char.fromint(integer ascii)
<se:for from="97" to="122" trim="left"> Ascii {this.index()}: {char.fromint(this.index())}<br /> </se:for>
{char.amp()} {char.apostrophe()} {char.cr()} (Cariage Return) {char.crlf()} (Cariage Return+Line Feed) {char.lf()} (Line Feed) {char.gt()} {char.lt()} {char.quote()} {char.fromint(72)}{char.fromint(101)}{char.fromint(108)}{char.fromint(108)}{char.fromint(111)} {char.toint('{')} {char.toint('-')} {char.toint('C')} {char.toint('Y')}