Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for ASP
»
Re: charset="utf-8"
Re: charset="utf-8"
11-28-2007, 4:42 AM
marcog
Joined on 11-02-2007
Posts 9
Re: charset="utf-8"
Reply
Quote
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