function

chr . string . sncode

VERSIONlatest Return a specific character

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=
").

AUTHOR

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