I am using GridView.export() to export the gridview details in the .csv file. After export I can see some special characters inserted in the strings such as " Â" if the string consists of symbol like "<abc>". Is there any way to avoid addition of special characters while exporting?
e.g.
I was trying to export a file having list of names. One of name string consists of string like "xy<abc>z". After performing export functionality a special
character gets inserted in between the name such as
"xy<abc>Âz". Because of this name displayed on grid and exported file does not match.