I have program which write data to SQL Database, one of my input field is €
but it was working fine all along one day one of my user was working from
home using remote connection to the office. He save some data when come back
found all data that include euro € character have

weird like "BC�01" instant of BC€01


now I am trying to pattern match the string value and convert it to another
value


eg if ($euros eq 'BC€01'){

$euros = 'EUROS';

}


now my problem is I cant type € symbol on my editor Textpad it return funny
characters like €


kind
Khabza
Green IT Web
http://www.greenitweb.co.za

Reply via email to