Hi Everyone
I am facing an issue with my java program, it is returning/storing file name with some junk characters i,e the file name with some '?','=' and '_'. Below is the example of file names.
Ex : abc.doc
ab=?Windows-1252?Q?=c.do?c
=?Windows-1252?Q? (prefixed with space)
=?utf-8?Q? (prefixed with space)
=?iso-8859-1?Q? (prefixed with space)
Can any one help me out from this issue..
Thanks & Regards,
Hays