I am using RoundCube, but have only lurked on this list until now.
SQL Server does not support UTF but uses the UCS-2 standard for Unicode data instead.
The info I found indicates that UCS-2 is a subset of UTF-16. "UCS-2 and its relationship to Unicode" - <http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp? topic=/nls/rbagsucs2.htm>
Do you mean that UCS-2 has more characters than UTF-8 ?
It looks like RoundCube currently supports UTF-7 and UTF-8, but not
UTF-16
find /var/www/roundcube -name '*[inc,php]' -exec grep -l UTF {} ; /var/www/roundcube/index.php /var/www/roundcube/program/include/rcube_shared.inc /var/www/roundcube/program/include/main.inc /var/www/roundcube/program/include/rcube_imap.inc /var/www/roundcube/program/steps/mail/sendmail.inc /var/www/roundcube/program/steps/mail/rss.inc /var/www/roundcube/program/steps/mail/func.inc /var/www/roundcube/program/steps/settings/manage_folders.inc
/var/www/roundcube/program/lib/utf8.class.php
/var/www/roundcube/program/lib/Mail/mimeDecode.php
/var/www/roundcube/program/lib/utf7.inc
/var/www/roundcube/program/lib/imap.inc
Charles Dostale System Admin - Silver Oaks Communications http://www.silveroaks.com/ 824 17th Street, Moline IL 61265