Question
GB2312 in SQL Server
We just recently upgraded from ColdFusion 5 to CF8. We have
some Chinese text stored in our SQL Server database in a text
column in GB2312 format. We have been unable to output the text in
CF8. To output the text in CF5, we just needed to use a
<META> tag to change the content-type (cfcontent also
worked). In CF8, we just get any non-ASCII characters converted to
a series of ??????. We have tried using the cfcontent tag, we have
tried using cfprocessingdirective, we have even tried the
CharsetEncode functions to convert to UTF. We don't want to convert
the text fields to utf-8, since we have a lot of text to convert.
Any ideas on outputting the text?
We are using CF8, SQL Server 2005, and IIS.
tim
We are using CF8, SQL Server 2005, and IIS.
tim
