One of the column in a table has value with apostrophe symbol...some thing like this
................
BRADY’S BODY WORK
................
When this is exported through UNIX from db2, a junk character replaces the apostrophe ’ symbol as below
.................
BRADYS BODY WORK
.................
How can we rectify this problem? Can anyone help??