When I try to input unicode characters (like è,ù,ü) in xterm or urxvt, the system bell rings like when I press a wrong character.
There's no UTF support in FreeBSD?
EDIT: Solved setting LC_ALL before any x terminal command
Code:
LC_ALL="en_US.UTF-8" xterm