I have a website which is in French. Many of the values stored in website database are in French.
For Example countries table in database has following values
Algérie
Bénin
Côte d'Ivoire etc.
When I try to compare DATABASE values (having French charaters) in if-then-else condition, it does not work.
Exmaple:
Quote:
if rs("CountryName") = "Algérie" then
'#do something
elseif rs("CountryName") = "Bénin" then
'#do something
end if
|
Any idea..
Any help..
Will be appriciated...
Thanks!