I have an application that is posting data to a web page via a post request, which then inserts the data into SQL Server. If my users type in quotes (single or double), it creates a unicode friendly quote. However if they cut and paste a quote from a MS Word document (or any MS application), it preserves the smart quotes.
It looks like .Net uses Unicode internally, but does not substitute for smart quotes during data exchange.
Is there any way to suspend this "smart" quote behaviour?
Cheers. --------------------------------------
Is George Lucas Kidding...
Noise Core: 7.62
It looks like .Net uses Unicode internally, but does not substitute for smart quotes during data exchange.
Is there any way to suspend this "smart" quote behaviour?
Cheers. --------------------------------------
Is George Lucas Kidding...
Noise Core: 7.62