I have unicode data in a SQL 7 and SQL 2000 server as ntext and nvarchar datatypes. However accessing this through the dbi gives me perl variables that are not rendered correctly - they show up as "?????". I have seen what seem to be solutions for Oracle on unix involving the NLS_LANG env variable being set and using the POSIX::setlocale.
How to do this on windos and using sql 7 server? Thanks!!
