Hi all,
We're using tpl's, specifically the iw_sql tags to read from a Sql Server 2000 database and output a flat html file. Our problem is that some of our unicode data is being translated to two question mark characters ("??"). The original dcr is in the default utf-8 encoding, here we can paste european and japanese characters, all of which view perfectly in templating. Then we use datadeploy to populate a SQL server 2000 database. All the unicode fields are loaded into sql server's "N" data types, specifically NVARCHAR columns. This data can be viewed in enterprise manage with all the encoded data intact. The problem comes using a tpl to read the database and output a flat file using the iw_sql tags. Some of the characters make it through okay (all the latin1 stuff eacutes etc) but all of the japanese stuff gets mashed into question marks.
Anyone had any success with this? If anyone has had similar probs on a pure perl (dbi

DBC) solution please let me know what you did as I'm sure the the iw_sql tags just get translated to perl dbi.
We're using Teamsite 5.5.2
Thanks,
Rob