my clients copy and paste greater or less than symbol from Microsoft Word into my Java web application. I use IBM DB2 database. But the symbol shows in empty squeare in my select result.
What have I tried?
Inserting greater/less than or equal symbol into SQL Server database
I tried above link, insert some value but it didn't insert value.
I thought I can replace that sign with >= but I don't want to struggle. So how can I achieve this problem?