ColdFusion 2016 converts special characters?
After doing some research and working on CF 2016 there is one problem that I found. My Insert/Update queries converts ; to ; when I try to save this character in database table. Then if I pull data from the table to display on the screen this is how data looks: Test; before I saved data looked like this: Test;. I'm wondering if there is a way to fix this when outputting data or prevent CF to convert this character? If anyone have experienced the same issue please let me know. Thanks
