I've got a C# application which takes a users notes which can include various punctuation marks such as commas, apostrophes, semicolons etc.
At the moment I'm getting my application to encode the strings and storing them into the database as base 64.
Is there a better way?
FYI: I'm using a MySQL through their ODBC driver