> Hallo,
> My vfp9 application gives the users the opportunity to reproduce the htlm – pages needed for designing their personal website.
> I made some templates that are called from visual foxpro. One of them is a list of names feeded by a foxpro-table Ex ‘family’. The template contains for example <%=family.names%>
> On the website the characters with accents like é, è, ô however are represented with ? . How can this be avoided?
> Thanks in advance. Greetings. Lucien.
Try this maybe help you.
between head and /head (with brackets)
[meta http-equiv="Content-Type" content="text/html; charset=utf-8" /]
repl [ with html brackets (dont works here)
this allow to use unicode.
you can set also the language (like right click on page iexplore...encoding).
Dont rate please.its only for the pleasure to help.Give me only a feed back.
Yousfi Benameur