Question
Retaining unicode from db to browser
The UTF-8 encoded data in my MySQL database does not retain
the unicode format in cfoutput. I was able to copy unicode data
from the database and paste it directly into a test HTML page that
had the appropriate meta/content tags to verify that original
language displays properly in several browsers. However, when I
query the data via cfquery, the data appears to convert to Western
or perhaps a default character set, not the original unicode stored
in the database.
What controls the format used when outputing data from a db? Seems like the cfoutput tag should have a "characterset" parameter.
Thanks for your insights.
-Malconverted
What controls the format used when outputing data from a db? Seems like the cfoutput tag should have a "characterset" parameter.
Thanks for your insights.
-Malconverted