Re: charset="utf-8"

  •  11-28-2007, 4:42 AM

    Re: charset="utf-8"

    Maybe what I've to do is to convert the accent char when I write it to the database..
     
     val = replace(val,"à","à")
    and using the correct charset in the web page:
     
    charset=ISO-8859-15
     
    Are you agree?
View Complete Thread