Question
Special Characters Not Translating
Hi,
Using coldfusion 16 and backend sqlserver. Have a product table whose name field is of data type "nvarchar(250)". Have data to insert which contain special characters like Apostrophe (‘), Ampersand (&), Trademark (™), Circle R (®), Copyright – Circle C (©)
Now, it's storing in DB these characters like '?'.
Is it possible to store the characters as such in DB?
Please advise
