CHR

NAME

chr - Returns a string containing a specific character

SYNOPSIS

chr(code)

PARAMETERS

code The unicode.
The behaviour of this function depends on the LC_CTYPE category of the current locale. It returns the character associated with the code specified by the user. 

RETURN

character
Returns the specified character.

EXAMPLES

Note: In the followings examples, the _ between the { should be removed to make it work.

in:  res={_{chr(1102)}}.
out: res=ю.

in:  res={_{chr(code:0xa)}}.
out: res=
").

SEE ALSO

String

AUTHOR

Written by Pusnei Sergey and Caroline Laplante, <sergey@sednove.com>

MODIFICATIONS

1.0 2014-09-09 21:24:14 laplante@sednove.com