Regardless of the sql database collation being used is there any way to replace the special characters when displayed in the interface. At least is there any way to implement that for the "Turkish I" so discussed here :-) I want to eliminate small dotless 'i'.
|
|
What about a simple String.Replace for the characters you dont want? You can either keep the original data in the database and do this when the page renders or you can do this before saving the data to the database. |
||||
|
