Hi,
I am trying to fetch data from DB and displaying it on the page using <iw_perl> in TeamSite.
Some data which are present in the DataBase contains Special Characters and Symbols.
Such data which contains symbols are not getting printed on the Page.
I tried to query the same in DB, the data is getting fetched in the DB.
So, I wrote a simple .pl file and tried to fetched the same data with the same query in this file.
What I found is that when I run the .pl file using the iw-perl.exe the data is getting fetched but the value displayed is wrong in the command line.
Instead of © something else is getting printed as <<.
Can someone guide me how to resolve this issue.
Thanks in Advance !
T.S. : 7.4.1
DB : SQL SERVER 2012
PERL : v5.8.2 MSWin32-x86-multi