Thread Ajax mit Dojo: Problem mit Umlauten (9 answers)
Opened by MartinR at 2007-01-08 09:30

MartinR
 2007-01-08 13:42
#24982 #24982
User since
2004-06-17
305 Artikel
BenutzerIn
[default_avatar]
Ich habe es auch mit

Code: (dl )
1
2
3
4
5
6
<html>
<head>

<title>Dojo</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
...


und


Code: (dl )
1
2
3
4
5
6
7
<?xml version="1.0" encoding="iso-8859-1"?>
<!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">
<head>
<title>Unbenanntes Dokument</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>



probiert. Ging aber auch nicht ...

View full thread Ajax mit Dojo: Problem mit Umlauten