Creative, Informative and Entertaining Stuff for everyone

Wednesday May 23rd 2012

Categories

Archives

Calender

August 2008
S M T W T F S
« Jun   Sep »
 12
3456789
10111213141516
17181920212223
24252627282930
31  

Archive for August, 2008

unicode issue in Perl CGI

When some special character(or other language data) is displayed as '? ? ? ? ?' in browser, then you have to make the following change. 1.In your table set the collation of the field that is to be displayed as "Binary". If this does not work then you can try the below option in your cgi script 2. Set the meta-type in your templates file [...]