--90e6ba6e835e9d1af0049a1aac54
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable
I have program which write data to SQL Database, one of my input field is =
=80
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 bac=
k
found all data that include euro =80 character have
weird like "BC=EF=BF=BD01" instant of BC=8001
now I am trying to pattern match the string value and convert it to another
value
eg if ($euros eq 'BC=8001'){
$euros =3D 'EUROS';
}
now my problem is I cant type =80 symbol on my editor Textpad it return fun=
ny
characters like =E2=82=AC
kind
Khabza
Green IT Web
http://www.greenitweb.co.za
--90e6ba6e835e9d1af0049a1aac54--
