At this moment I am a newbie with Active4D. Maybe I do something
wrong.
I'm referring to an example by Mark Howells in a former thrad on this
list (see below). But I've got a different result. The output of the
"write" command is OK, the contents of the the html code looks wrong.
Is the bug mentioned in the above thread fixed or it is my fault?
What should I do?
Thanks in advance
Lutz
<%
set platform charset(A4D Charset ISO Latin1)
set output charset(A4D Charset ISO Latin1)
set output encoding(0)
%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="de" lang="de">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-
1" />
<title>Untitled</title>
</head>
<body>
äöü
<%
write("äöü")
%>
</body>
</html>
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/